====== Linux Setup (Brief Overview) ====== This page lists the libraries that you need to install to your Linux system before trying to compile the Orx libray. These are the missing libraries in order to have Orx compile: * libsndfile1-dev * libopenal-dev * libxrandr-dev libgl1-mesa-swx11 is an additional library if you're using virtualisation, and GPU hardware accelleration is not working. It is a software rasterising library. On a modern system, you probably won't need it. Ensure you have [[en:tutorials:orx:cloning_orx_from_github|cloned Orx to your pc]]. There are several options for building the Orx library: * [[en:tutorials:orx:linux:building_orx_using_codeblocks_for_linux|Building the Orx library on Linux with Code::Blocks]] * [[en:tutorials:orx:linux:building_orx_with_codelite_on_linux|Building the Orx library on Linux with Codelite]] * [[en:tutorials:orx:mac:cloning_and_building_orx_on_mac#building_the_orx_library_with_gmake|Building the Orx library on the Mac with gmake (same instructions for Linux) ]] Now you can move on to [[en:tutorials:projects:creating_your_own_project|building your own project using init]]. The great thing about ''init'', not only does it build projects of for some great IDEs and GCC for Linux, it also includes a post step build to automatically copy in the latest compiled Orx on your system.