This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
build-en [2019/01/06 16:46] rjversluis [Build Rocrail from source (Linux)] |
build-en [2019/02/25 14:55] (current) rjversluis |
||
---|---|---|---|
Line 7: | Line 7: | ||
=====Get Rocrail Sources===== | =====Get Rocrail Sources===== | ||
====Git Clone==== | ====Git Clone==== | ||
- | Request access to the sources in the Rocrail Forum. | ||
<code> | <code> | ||
- | git clone <granted link> Rocrail | + | git clone <repository link> |
</code> | </code> | ||
===Updating the local tree=== | ===Updating the local tree=== | ||
Line 52: | Line 51: | ||
* sudo make install | * sudo make install | ||
- | On none i386 Linux distributions a 'make fromtar" is required. | + | On none i386, or incompatible, Linux distributions a 'make fromtar" is required. |
\\ | \\ | ||
Line 65: | Line 64: | ||
^ Target ^ Description ^ Remark ^ | ^ Target ^ Description ^ Remark ^ | ||
| all | Server and Client. | | | | all | Server and Client. | | | ||
- | | fromtar | Same as all but with pre generated files. | Mandatory for none i386 platforms. | + | | fromtar | Same as all but with pre generated files. | Mandatory for none i386 platforms. | |
- | | | + | |
| server | Server only. | Automatically uses internal fromtar. | | | server | Server only. | Automatically uses internal fromtar. | | ||
- | |||