Menu

Tree [r141] /
 History

HTTPS access


File Date Author Commit
 build 2007-02-19 akitabright [r130] + full path expansion for windows
 doc 2007-05-29 akitanoek [r136] + docs about line-endings-from
 regression_status 2006-06-18 akitabright [r40] x86-64 regression test Sat Jun 17 19:00:21 MDT ...
 src 2007-05-29 akitanoek [r141] No longer removing capilization for specific ha...
 test 2007-04-02 akitanoek [r134] Fixed define BAR to escape strings properly..
 vim 2006-05-26 akitabright [r1] Initial directory layout and basic import..
 AUTHORS 2006-05-26 akitabright [r2] Initial import
 COPYING 2006-06-17 akitabright [r25] Including generated autoconfs for bootstrap pur...
 ChangeLog 2006-05-26 akitabright [r2] Initial import
 Doxygen 2006-06-10 akitabright [r11] Toy Doxygen file. Don't know if it will work ou...
 INSTALL 2007-05-29 akitanoek [r140] .
 Makefile.am 2006-06-17 akitabright [r25] Including generated autoconfs for bootstrap pur...
 NEWS 2006-06-06 akitabright [r8] Testing to see if subversion is still broken ..
 README 2007-05-29 mm765 [r139] updated README for building from svn
 TODO 2007-01-25 akitanoek [r89] Added some path utility functions to the autoto...
 buildsys.build 2007-01-12 akitabright [r68] 64 bit detection support under *nix systems ena...
 configure.ac 2006-06-18 akitabright [r44] * Added builtinjs option to configure.

Read Me


  1. Source Code Licensing
  2. Building from a source distribution.
    A. Building under *nix, MSYS or CygWin.
    B. Building under Windows.
    C. Building under MacOSX.
  3. Building from the CVS/Subversion tree
  


1. Source Code Licensing
========================

  BuildSys is now being distributed under the GPL 2.0 or greater license.

  Source code found under the src/contrib directory does not originate from the
  BuildSys project. As such, source code found under this directory does not
  fall under the BuildSys project's license. Details about licensing for the
  source code under this directory can be found in the project directories and
  within the src/contrib/README document.




2. Building from a source distribution. 
=======================================

  You should have downloaded or otherwise received a file by the name of 
  buildsys-X.Y.tar.gz or buildsys-X.Y.zip. This file contains all the source
  code and build scripts needed to create the buildsys executble. 

    A. Building under *nix, MSYS or CygWin
    --------------------------------------

      With any luck a simple
  
        ./configure; gmake; gmake install
  
      will work for you. Note that you have to use gmake on systems like
      FreeBSD, or else you will get some errors about not being able
      to change into the obj directory...


    B. Building under Windows
    -------------------------

      Once you have unziped the source, you should be able to find the file

        build/Dev-C++/buildsys.dev

      Open this using dev-c++, which can be found at (don't worry, its free)

        http://www.bloodshed.net/devcpp.html

      You should be then able to simply hit Ctrl-F9, or go to the Execute->Compile
      toolbar option to build the buildsys exectuable. (Note: version 5.0 beta or
      higher is required to build buildsys)

      To build the installer executable, install the Nullsoft installer software
      (which is also free), found at 



      within the unziped folder. Inside this directory is a 'Dev-C++' directory.
      Within this directory
      

    C. Building under MacOSX
    ------------------------

      For now, folow the directions in section A. You should end up with a
      command line executable. Hopefully eventually someone familiar with
      MacOSX shell integration will come along and help build us an installer
      and such. 



3. Building from the CVS/Subversion tree
========================================
There is only one additional step to building from the cvs/svn repository:
run autoreconf --force --install.
Then you can go on with the usual ./configure;make;make install



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.