aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Crossland2015-10-23 16:59:28 -0200
committerFelipe Corrêa da Silva Sanches2015-10-27 19:45:05 -0200
commite69003f50ac559ca3c36147611b4f3351c2b898f (patch)
tree41ad56d1bd6dc7c5b1851d5276b6bb771ed0923d
parent5de387e1ad91da532f3e10aafe67f0eddf4fbbd8 (diff)
downloadtrufont-e69003f50ac559ca3c36147611b4f3351c2b898f.tar.bz2
Update INSTALL
INSTALL.txt: Add OS X instructions INSTALL.md: Minor fixes, including apt-get install qtsvg for GNU rename INSTALL.txt -> INSTALL.md correct tab to spaces MANIFEST.in: Update INSTALL.{txt,md} Conflicts: INSTALL.txt
-rw-r--r--INSTALL.md (renamed from INSTALL.txt)13
-rw-r--r--MANIFEST.in2
2 files changed, 8 insertions, 7 deletions
diff --git a/INSTALL.txt b/INSTALL.md
index 3f5fdc0..910648f 100644
--- a/INSTALL.txt
+++ b/INSTALL.md
@@ -47,14 +47,14 @@ In particular, https://github.com/trufont/defcon/tree/python3-ufo3
cd .. ;
git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/defcon ;
- cd defcon ;
+ cd robofab ;
sudo python3 setup.py install --record installed-files.txt ;
### PyInstaller
Homepage: http://www.pyinstaller.org
- pip install PyInstaller ;
+ sudo pip install PyInstaller ;
## Trufont
@@ -64,7 +64,7 @@ To install and run,
cd .. ;
git clone --depth=1 https://github.com/trufont/trufont ;
- cd trufront ;
+ cd trufont ;
sudo python3 setup.py install --record installed-files.txt ;
python3 -m defconQt ;
@@ -76,9 +76,10 @@ Or to then run from source,
To build installation packages,
cd Lib/ ;
- sh build.sh ;
+ sh build.sh ;
-(To build an installation package for Mac OS X 10.9, you must build the package on that version of the OS.)
+Distribution packages will be placed in in `Lib/dist/`.
+To build an installation package for Mac OS X 10.9, you must build the package on that version of the OS.
## Uninstall
@@ -97,7 +98,7 @@ To get rid of all remaining files (be careful with rm!) for each package install
## Dependencies
- sudo apt-get install -qq -y python3-pyqt5 python3-flake8 ;
+ sudo apt-get install -qq -y python3-pyqt5 python3-pyqt5.qtsvg python3-flake8 ;
git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/defcon ;
git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/robofab ;
git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/ufo2fdk ;
diff --git a/MANIFEST.in b/MANIFEST.in
index 77afc6a..59707e0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
include LICENSE.txt
-include INSTALL.txt
+include INSTALL.md
recursive-include Lib *.py \ No newline at end of file