« Using dpkg in Ubuntu and Debian | Home | Simple way to read bzip2 compressed files in PHP »
Unofficial Bigloo 3.1a Build for Windows
By admin | August 1, 2008
If you’re looking for a prebuilt build of Bigloo 3.1a, you’re in luck! We have made a Bigloo 3.1a build for Windows, ready to be installed and in various formats. You can download the builds here . Bigloo 3.1a is required to build Roadsend PHP for Windows.
If you want to compile Bigloo 3.1a yourself though, follow these steps:
- Install Cygwin (http://www.cygwin.com). Make sure you select the gcc-core, gcc-g++ and make packages.
- Download the bigloo 3.1a sources (http://www-sop.inria.fr/mimosa/fp/Bigloo/) and extract to ~/bigloo-3.1a
- Start the Cygwin shell and change into the bigloo directory with "cd bigloo-3.1a".
- Configure bigloo: "./configure –prefix=/bigloo". Here are the configure logs of a successful compile.
- Wait for it to finish.
- Type "make". Here are the make logs of a successful compile.
- Wait again for it to finish.
- Type "make install". Here are the make install logs of a successful compile.
- You’re done! Bigloo 3.1a is in /bigloo.
Download Bigloo 3.1a for Windows
