Downloads
Autopackage binary
Version: 0.2
A binary package suitable for all Linux distributions. Installation instructions are available on the Autopackage website
A binary package suitable for all Linux distributions. Installation instructions are available on the Autopackage website
Subversion Repository
The Subversion repository for Bequnge
The Subversion repository for Bequnge
Other downloads (debuginfo etc.)
Dependencies
You will need the following libraries to run BeQunge
- Qt 4.4 or newer
- Phonon
CMake 2.6 or newer and the Boost C++ headers are also required to compile BeQunge.
For sound support on Ubuntu, you must set Phonon's include directory to /usr/include/KDE/Phonon
For example:
cmake -DQT_PHONON_INCLUDE_DIR=/usr/include/KDE/Phonon
Example programs
Save these BeQunge source files to your computer and open them in BeQunge
- example2d.beq - A simple Hello World application in 2D
- example3d.beq - Similar to the above but makes use of three dimensions
- example5d.beq - Extends the Hello World example with code in five dimensions
- test.beq - Concurrent Funge (forking) example
- codemodification.beq - Demonstrates console IO and code modification.






