Talk:Bforartists
From Game Making Tools Wiki
Drafts
Notes on building on Arch
- Get tar.gz for version 1, not the latest git version
- Run
install_deps.sh
that's inbuild_files/build_environment
- Used the
--with-all
flag for a full install. - but I had to manually install the dependencies because of some errors >:(
Here's the start of some work on an Arch-friendly list of deps:git base-devel libx11 libxi libsndfile1 libopenexr openjpeg libpng12 libjpeg openal freealut python mesa sdl libfreetype6-dev libtiff4-dev libavdevice-dev libavformat-dev libavutil-dev libavcodec-dev libswscale-dev libx264-dev libxvidcore4-dev libmp3lame-dev libspnav-dev python3.5
- Used the
- Still no luck