RagingPoopBall
March 19th, 2008, 01:53 AM
Sup Sup! First post. Well after the long painstaking process of figuring out what's wrong in getting Wesnoth 1.4 to run. Banging my head against the wall for about 3 hours and a whole lot of cigarettes. I'm going to list what I did to fix issues, so no one else will get into the same crap!
1) The requirements! Just type this to get all of them. And my dumb tail was actually getting each one individually
apt-get build-dep wesnoth
2) After running into a configure error.
Fix the checking for Boost headers version >= 1.33... no
configure: error: Could not find Boost headers version >= 1.33
Did this in the terminal and it fixed the problem
sudo apt-get install libboost-iostreams-dev imagemagick
After that just open up the file on the terminal and do the thing
./configure ;make ;make install
Hope this helps all those people who ran into the same problem I did and big thanks to allonby on the Mental Enema site for his post. BE EASY!
1) The requirements! Just type this to get all of them. And my dumb tail was actually getting each one individually
apt-get build-dep wesnoth
2) After running into a configure error.
Fix the checking for Boost headers version >= 1.33... no
configure: error: Could not find Boost headers version >= 1.33
Did this in the terminal and it fixed the problem
sudo apt-get install libboost-iostreams-dev imagemagick
After that just open up the file on the terminal and do the thing
./configure ;make ;make install
Hope this helps all those people who ran into the same problem I did and big thanks to allonby on the Mental Enema site for his post. BE EASY!