FOnline Development > Share Your Work

How to build FOClassic for linux 32bit

(1/1)

adumbperson:

--- Quote ---"Whatever you do will be insignificant, but it is very important that you do it." - Mahatma Gandhi
--- End quote ---

First you'll need to download ubuntu 16.04 (xenial)

http://releases.ubuntu.com/16.04/

You'll need to install this last... (hardware or virtual machine...)

Then fire up a console on it when you are done...


--- Code: ---sudo apt-get install git cmake
git clone https://github.com/rotators/foclassic
cd foclassic/
git submodule update --init --recursive
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -qq gcc-multilib g++-multilib
arch=i386 sudo apt-get install -qq libx11-dev:${arch} libxft-dev:${arch} libxi-dev:${arch} libxinerama-dev:${arch} libgl1-mesa-dev:${arch} libglu1-mesa-dev:${arch} freeglut3-dev:${arch} libfreetype6-dev:${arch} libfontconfig-dev:${arch} libpng-dev:${arch}
PATH=SDK.Cache/cmake/bin:$PATH
cmake -DO=Build.cmake -DOWNLOAD_DIR=SDK.Cache -P CMake/SelfUpdate/SelfUpdate.cmake
hash -r
cmake -P Build.cmake

--- End code ---

Enjoy working with free softwares.

remake:
Hey, great work!

What about 14.04 LTS or latest 18 LTS releases of Ubuntu? Has someone already tried it?

Navigation

[0] Message Index

Go to full version