Hello, I'm pretty new to Linux, but I managed to compile the game on Lubuntu. Had a heck of a time, since a lot of assumed dependencies weren't there. I ran the following lines:
./autogen.sh
./configure --enable-sdl -enable-x11 ~/Desktop/angband-4.2.1/execute
make
make install
It seems like everything compiled, and I didn't get any errors. So, what's supposed to happen now? It made a new folder called execute, but nothing seems executable in there. I've tried navigating to different folders within the terminal and typing "angband" but nothing works.
Thanks!
./autogen.sh
./configure --enable-sdl -enable-x11 ~/Desktop/angband-4.2.1/execute
make
make install
It seems like everything compiled, and I didn't get any errors. So, what's supposed to happen now? It made a new folder called execute, but nothing seems executable in there. I've tried navigating to different folders within the terminal and typing "angband" but nothing works.
Thanks!
Comment