Installing and getting BlitzMax is actually relatively easy. First, you need to install Ubuntu/Xubuntu/Kubuntu 8.04/Ubuntu Studio and make sure everything is updated first. You will, of course, need some sort of internet access.
Then, its best to get hardware acceleration up and running, as that requires a restart. To do that, you need to go into System -> Administration -> Hardware Drivers. In there should be your graphics driver, with an empty tick box currently showing that graphics are not accelerated.
Tick the box and apply to download relevant files and enable a hardware acceleration. You will then need to restart your machine.
Next, the relevant system files need to be installed, once you are back into the desktop. This can be done by opening a terminal window (Applications -> System -> Terminal). At the prompt type in (or copy) :
and press RETURN
Numerous files will be downloaded. Once that has finished, type in exit and press RETURN.
Now, you need to download BlitzMax 1.18, followed by the latest update.
BlitzMax 1.18 will need to be extracted to some location - I usually put it in my home folder. This can be done by double-clicking on the file, at which point an unzip utiity will display the contents of the file, at which point you click on the BlitzMax_118 directory, select Extract and select a location where you what it to be extracted to.
Once done, you can run the latest update - if everything has been installed okay, you will see a prompt asking you to find the location for BlitzMax, and which point you will need to find it and double-click on the base folder.
All the files will then be updated.
Now, you need to run BlitzMax, which should run when you double-click on the BlitzMax icon. The first thing that happens is that you will be asked if the documentation needs rebuilding - press OK to continue.
Before you start writing your own programs, all modules will need to be compiled. This can be done in Program -> Rebuild All Modules.
Note : If you receive any link errors relating to libGL or libX11. Then you more than likely have the 64bit version of Ubuntu installed on your sytem. This is ONLY for 32-bit OS's - 64-bit wont work without quite a bit of fiddlin' (or Mark changes the GCC version used for compiling).
For more information on this read dawlanes post: BlitzMax on Ubuntu AMD 64: A Solution, availiable from your usual web browser at this link : http://www.blitzbasic.com/Community/posts.php?topic=77778#870954
Then, its best to get hardware acceleration up and running, as that requires a restart. To do that, you need to go into System -> Administration -> Hardware Drivers. In there should be your graphics driver, with an empty tick box currently showing that graphics are not accelerated.
Tick the box and apply to download relevant files and enable a hardware acceleration. You will then need to restart your machine.
Next, the relevant system files need to be installed, once you are back into the desktop. This can be done by opening a terminal window (Applications -> System -> Terminal). At the prompt type in (or copy) :
sudo apt-get install g++-3.3 libglu1-mesa-dev x11proto-core-dev x11proto-gl-dev x11proto-kb-dev libxxf86vm-dev libasound2-dev build-essential libidn11-dev libxft-dev
and press RETURN
Numerous files will be downloaded. Once that has finished, type in exit and press RETURN.
Now, you need to download BlitzMax 1.18, followed by the latest update.
BlitzMax 1.18 will need to be extracted to some location - I usually put it in my home folder. This can be done by double-clicking on the file, at which point an unzip utiity will display the contents of the file, at which point you click on the BlitzMax_118 directory, select Extract and select a location where you what it to be extracted to.
Once done, you can run the latest update - if everything has been installed okay, you will see a prompt asking you to find the location for BlitzMax, and which point you will need to find it and double-click on the base folder.
All the files will then be updated.
Now, you need to run BlitzMax, which should run when you double-click on the BlitzMax icon. The first thing that happens is that you will be asked if the documentation needs rebuilding - press OK to continue.
Before you start writing your own programs, all modules will need to be compiled. This can be done in Program -> Rebuild All Modules.
Note : If you receive any link errors relating to libGL or libX11. Then you more than likely have the 64bit version of Ubuntu installed on your sytem. This is ONLY for 32-bit OS's - 64-bit wont work without quite a bit of fiddlin' (or Mark changes the GCC version used for compiling).
For more information on this read dawlanes post: BlitzMax on Ubuntu AMD 64: A Solution, availiable from your usual web browser at this link : http://www.blitzbasic.com/Community/posts.php?topic=77778#870954