This shows you the differences between the selected revision and the current version of the page.
| compiling 2009/03/07 12:35 | compiling 2009/03/12 16:10 current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Compiling====== | ======Compiling====== | ||
| + | =====Linux===== | ||
| + | Get the latest version of Torium, and install the dependencies mentioned on the [[download]] page. Extract the archive and run the following: | ||
| + | <code> | ||
| + | $ ./configure | ||
| + | $ make | ||
| + | $ make install | ||
| + | </code> | ||
| + | The last command might require root privileges depending on where you are installing Torium. You can choose where to install by giving 'configure' the prefix option. By default, it will be installed to /usr/local, to switch to /usr by running the following: | ||
| + | <code> | ||
| + | $ ./configure --prefix=/usr | ||
| + | </code> | ||
| + | To build a debug version: | ||
| + | <code> | ||
| + | $ ./configure --enable-debug | ||
| + | </code> | ||
| =====Windows XP 32bit===== | =====Windows XP 32bit===== | ||
| Using [[http://bloodshed.net|Dev-C++]] | Using [[http://bloodshed.net|Dev-C++]] | ||