Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ouki-wang authored Jul 4, 2018
1 parent 9435f51 commit 60590d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,26 @@ Download PyQt4_gpl_x11-4.12 from https://sourceforge.net/projects/pyqt/files/PyQ
sudo python configure.py
sudo make
sudo make install
### QScintilla
Download QScintilla from https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.9.1/<br>

tar zxvf QScintilla-2.9.1.tar.gz
cd QScintilla-2.9.1
#Qt4Qt5
cd Qt4Qt5
qmake
sudo make
sudo make install
#Python
cd ../Python
python3 configure.py
sudo make
sudo make install
#designer-Qt4Qt5
cd ../designer-Qt4Qt5
qmake designer.pro
sudo make
sudo make install
### Package uPyCraft<br>
pip install pyinstaller
pyinstaller -F uPyCraft.py
Expand Down

0 comments on commit 60590d4

Please sign in to comment.