Compdigitec Labs

« 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:

  1. Install Cygwin (http://www.cygwin.com). Make sure you select the gcc-core, gcc-g++ and make packages.
  2. Download the bigloo 3.1a sources (http://www-sop.inria.fr/mimosa/fp/Bigloo/) and extract to ~/bigloo-3.1a
  3. Start the Cygwin shell and change into the bigloo directory with "cd bigloo-3.1a".
  4. Configure bigloo: "./configure –prefix=/bigloo". Here are the configure logs of a successful compile.
  5. Wait for it to finish.
  6. Type "make". Here are the make logs of a successful compile.
  7. Wait again for it to finish.
  8. Type "make install". Here are the make install logs of a successful compile.
  9. You’re done! Bigloo 3.1a is in /bigloo.

Download Bigloo 3.1a for Windows

Topics: PHP, Windows |

Comments