Changes between Version 6 and Version 7 of Building eFTE2 by Alfredo Fernández Díaz
- Timestamp:
- Jan 3, 2022, 2:46:59 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building eFTE2 by Alfredo Fernández Díaz
v6 v7 4 4 5 5 == Building on OS/2-based platforms == 6 (Without modifying a thing in the sources as they are in December 2017)6 (Without modifying a thing in the sources as they were in December 2017) 7 7 8 8 === Ingredients === 9 9 To build eFTE2 on ArcaOS, OS/2, or eCS you will need: 10 10 11 * A Subversion client. [http ://os2ports.smedley.id.au/index.php?page=subversion Paul Smedley's SVN port], still at version 1.7.21 as of December 2017, works for me.11 * A Subversion client. [https://os2ports.smedley.id.au/?page_id=198 Paul Smedley's SVN port], still at version 1.7.21 as of January 2022, works for me. 12 12 * The source code for eFTE2. It is available [http://svn.netlabs.org/repos/efte/ here at Netlabs] 13 13 * Some text editor. I use eFTE2 itself. 14 * Open Watcom 1.9 or newer. Check http://www.openwatcom.org/. You can find a newer v2.0 beta 1 [ftp://ftp.netlabs.org/incoming/ here at Netlabs]. Both worked for me. This builds the EXE files.15 * [http ://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=PMPrintFPMPrintF] at %PMPRINTFDIR% or the default U:\PMPrintF. This adds some debugging stuff to the EXEs.14 * Open Watcom 1.9 or newer. Check http://www.openwatcom.org/. You can find a newer v2.0 betas [ftp://ftp.netlabs.org/incoming/ here at Netlabs]. Both 1.9 and 2.0 beta 1 worked for me (newer betas I haven't tested). This builds the EXE files. 15 * [https://hobbes.nmsu.edu/?dir=%2F&search=pmprintf&stype=all PMPrintF] at %PMPRINTFDIR% or the default U:\PMPrintF. This adds some debugging stuff to the EXEs. 16 16 * A working Perl environment. I installed mine, a RPM packaged version, with [https://www.arcanoae.com/resources/downloadables/arca-noae-package-manager/ ANPM]. This will create .map files for the EXEs for debugging. 17 17 * IBM !MapSym Version 4 (Symbol File Generator, 2001) from some OS/2 Toolkit (e.g. in eCS CD2). Will create .sym files for kernel debugging.