Talk:Bforartists

From Game Making Tools Wiki

Drafts

Notes on building on Arch

  1. Get tar.gz for version 1, not the latest git version
  2. Run install_deps.sh that's in build_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
  3. Still no luck