119 |
119 |
120 After the download has finished open a Finder window and extract the downloaded |
120 After the download has finished open a Finder window and extract the downloaded |
121 archive in the Downloads folder (or any other folder of your choice). Change to |
121 archive in the Downloads folder (or any other folder of your choice). Change to |
122 the extracted folder and enter these commands in a terminal window |
122 the extracted folder and enter these commands in a terminal window |
123 |
123 |
124 python3 configure.py -c -j 8 (number of cores including hyper threaded ones) |
124 python3 configure.py -c -j x (number of cores including hyper threaded ones) |
125 make -j |
125 make -j x (number of cores including hyper threaded ones) |
126 sudo make install |
126 sudo make install |
127 |
127 |
128 |
128 |
129 7. Install QScintilla2 Python bindings |
129 7. Install QScintilla2 Python bindings |
130 -------------------------------------- |
130 -------------------------------------- |
131 Change back to the extracted QScintilla2 directory and in there change to the |
131 Change back to the extracted QScintilla2 directory and in there change to the |
132 Python subdirectory. Enter these commands in a terminal window |
132 Python subdirectory. Enter these commands in a terminal window |
133 |
133 |
134 python3 configure.py -c -j 8 (number of cores including hyper threaded ones) |
134 python3 configure.py -c -j x (number of cores including hyper threaded ones) |
135 make -j |
135 make -j x (number of cores including hyper threaded ones) |
136 sudo make install |
136 sudo make install |
137 |
137 |
138 |
138 |
139 8. Install MacPorts |
139 8. Install MacPorts |
140 ------------------- |
140 ------------------- |
146 http://www.macports.org/install.php |
146 http://www.macports.org/install.php |
147 |
147 |
148 and install it with the usual procedure. You may read about it's usage via |
148 and install it with the usual procedure. You may read about it's usage via |
149 |
149 |
150 http://guide.macports.org/#using.port |
150 http://guide.macports.org/#using.port |
|
151 |
|
152 For a recipe on how to update MacPorts and the installed ports see the end |
|
153 of this file (Appendix A) |
151 |
154 |
152 |
155 |
153 9. Install aspell and dictionaries |
156 9. Install aspell and dictionaries |
154 ----------------------------------- |
157 ----------------------------------- |
155 eric4 includes the capability to perform spell checking of certain parts of |
158 eric4 includes the capability to perform spell checking of certain parts of |
342 |
345 |
343 sudo python3 setup.py install |
346 sudo python3 setup.py install |
344 |
347 |
345 This completes this installation instruction. Please enjoy using eric4 and let |
348 This completes this installation instruction. Please enjoy using eric4 and let |
346 the world know about it. |
349 the world know about it. |
|
350 |
|
351 Appendix A Update of MacPorts |
|
352 ----------------------------- |
|
353 In order to update MacPorts and the installed packages enter these commands in a |
|
354 terminal window |
|
355 |
|
356 sudo port selfupdate (update MacPorts itself) |
|
357 sudo port upgrade outdated (update outdated installed ports) |