11 | | As all Wiki pages, this page is editable, this means that you can |
12 | | modify the contents of this page simply by using your |
13 | | web-browser. Simply click on the "Edit this page" link at the bottom |
14 | | of the page. WikiFormatting will give you a detailed description of |
15 | | available Wiki formatting commands. |
| 10 | Whenever '''nmake''' is executed, the build system searches for all required programs, using the list of required programs like defined in the soure, within the file [http://svn.netlabs.org/nosa/browser/trunk/bin/required.cmd required.cmd]. The following applies: |
| 11 | * currently the only supported compilers are IBM Visual Age V3.08 or V3.65. |
| 12 | * the Developers Toolkit for eComStation (including the IPF compiler) can be installed from the eComStation Installation CD |
| 13 | * the WarpIN compiler is already installed with eComStation |
| 14 | * all other utilities required can be found on the [http://hobbes.nmsu.edu Hobbes OS/2 Archive] |
17 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
18 | | a new Trac environment, containing a default set of wiki pages and some sample |
19 | | data. This newly created environment also contains |
20 | | [wiki:TracGuide documentation] to help you get started with your project. |
21 | | |
22 | | You can use [wiki:TracAdmin trac-admin] to configure |
23 | | [http://trac.edgewall.org/ Trac] to better fit your project, especially in |
24 | | regard to ''components'', ''versions'' and ''milestones''. |
| 16 | To make the executables of WarpIN available for building NOSA in a command session, you can |
| 17 | * use the script in [ftp://ftp.netlabs.org/pub/nosa/warpin_env.zip warpin_env.zip] to set the enviroment for WarpIN in a command session |
| 18 | * add the WarpIN directory to the PATH and (BEGIN|END)LIBPATH statements |
| 19 | * in a command window or fullscreen, before executing '''nmake''' |
| 20 | * in the ?:\CONFIG.SYS file and reboot |