mac_compilation_howto
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mac_compilation_howto [2017/02/03 02:35] – created maefloresta | mac_compilation_howto [2017/08/05 22:10] (current) – maefloresta | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ;#; | ;#; | ||
| - | =====How to compile | + | =====How to compile |
| - | Once again, [[http:// | + | Once again, [[http:// |
| - | Note: To build and install | + | **Note:** To build and install |
| The Terminal is just a command console (terminal emulator), so if you have no experience using it, we recommend you to take a look at this little guide: | The Terminal is just a command console (terminal emulator), so if you have no experience using it, we recommend you to take a look at this little guide: | ||
| http:// | http:// | ||
| - | Now, when you feel ready to compile/ | + | Now, to compile/ |
| 1. Install the XCode Developer Tools available at: | 1. Install the XCode Developer Tools available at: | ||
| Line 18: | Line 18: | ||
| If your OSX version is Lion, try version 4.1 or later and include the package called " | If your OSX version is Lion, try version 4.1 or later and include the package called " | ||
| + | |||
| + | {{ wiki: | ||
| + | |||
| + | {{ wiki: | ||
| If your OSX version is Snow Leopard, try version 3.2 | If your OSX version is Snow Leopard, try version 3.2 | ||
| + | |||
| + | {{ wiki: | ||
| **Note:** An Apple ID account is required to download XCode. | **Note:** An Apple ID account is required to download XCode. | ||
| Line 31: | Line 37: | ||
| * sudo make install | * sudo make install | ||
| - | 3. Install Ogg lib | + | 3. Install Ogg library |
| * wget http:// | * wget http:// | ||
| * tar xvfz libogg-1.3.2.tar.gz | * tar xvfz libogg-1.3.2.tar.gz | ||
| Line 39: | Line 45: | ||
| * sudo make install | * sudo make install | ||
| - | 4. Install Theora | + | 4. Install Theora |
| * wget http:// | * wget http:// | ||
| * tar xvfz libtheora-1.1.1.tar.bz2 | * tar xvfz libtheora-1.1.1.tar.bz2 | ||
| Line 47: | Line 53: | ||
| * sudo make install | * sudo make install | ||
| - | 5. Download | + | 5. Download |
| - | * mkdir -p / | + | * mkdir -p / |
| - | * cd / | + | * cd / |
| - | * git clone https:// | + | * git clone https:// |
| 6. Move into project' | 6. Move into project' | ||
| - | * cd tupi | + | * cd tupitube.desk |
| 7. Run the configure script: | 7. Run the configure script: | ||
| - | * ./configure --prefix=/ | + | * ./configure --prefix=/ |
| 8. Compile the project: | 8. Compile the project: | ||
| Line 65: | Line 71: | ||
| 10. Create the .dmg installer: | 10. Create the .dmg installer: | ||
| - | * cd / | + | * cd / |
| - | * ./ | + | * ./ |
| - | 11. Look for the .dmg file at the path / | + | 11. Look for the .dmg file at the path / |
| ;#; | ;#; | ||
| [[developer_resources|Back to Developers Page]] | [[developer_resources|Back to Developers Page]] | ||
| ;#; | ;#; | ||
mac_compilation_howto.1486089335.txt.gz · Last modified: 2017/03/11 23:22 (external edit)
