This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:tutorials:orx:linux:setting_up_dev_on_linux [2020/08/31 06:45 (5 months ago)] sausage ↷ Links adapted because of a move operation |
en:tutorials:orx:linux:setting_up_dev_on_linux [2020/10/02 15:44 (4 months ago)] iarwain Removed freeglut |
||
---|---|---|---|
Line 52: | Line 52: | ||
<code> | <code> | ||
- | sudo apt install freeglut3-dev libsndfile1-dev libopenal-dev libxrandr-dev | + | sudo apt install libsndfile1-dev libopenal-dev libxrandr-dev |
</code> | </code> | ||
Line 69: | Line 69: | ||
In order to do that, you must first install the 32-bit versions of the development libraries that Orx depends on with: | In order to do that, you must first install the 32-bit versions of the development libraries that Orx depends on with: | ||
- | sudo apt install freeglut3-dev:i386 libsndfile1-dev:i386 libopenal-dev:i386 libxrandr-dev:i386 | + | sudo apt install libsndfile1-dev:i386 libopenal-dev:i386 libxrandr-dev:i386 |
Now you will be able to compile with configs such as: | Now you will be able to compile with configs such as: |