Browse /emu8086-buildenv/

Parent Folder ..
Branch trunk

trunk Branch URL

HTTP (read only) https://bzr.flogisoft.com/emu8086-buildenv/trunk/
SFTP sftp://bzr@bzr.flogisoft.com/bzr/emu8086-buildenv/trunk/

Last Revision in trunk #1

Initial commit
By Fabien LOISON, on Saturday 03 September 2011, 15:42:14

README

==============================================================================
==                      E M U 8 0 8 6   B U I L D E N V                     ==
==============================================================================


Emu8086 Buildenv permit you to build an Emu8086 assembly program on GNU/Linux,
using the "make" command.

For more informations, read this wiki page:

    http://misc.flogisoft.com/asm/emu8086_buildenv


Dependencies:
-------------

    * [build dep  ] WINE <http://www.winehq.org/>
    * [runtime dep] DOSBOX <http://www.dosbox.com/>


Installing the build environment:
---------------------------------

    For installing the build environment, run the "makeenv.sh" script:

        ./makeenv.sh


Building a program:
-------------------

    For building a program, just copy the "Makefile" file and the "buildenv"
    folder in the source directory:

        asmsrc/buildenv/
        asmsrc/Makefile
        asmsrc/file1.asm
        asmsrc/file2.asm

    Then run the "make" command:

        make


Running your compiled program:
------------------------------

    For launching your compiled program, run the .sh script generated in the
    source directory.


Copyright:
----------

    * Copyright (C) 2011  Fabien LOISON <http://www.flogisoft.com/>

    * innounp.exe:
        Copyright (c) 2004-2011  QuickeneR. <http://innounp.sourceforge.net/>


Licence:
--------

    * WTFPLv2 (see the COPYING file for more informations)

    * innounp.exe:
        GPLv3+ <http://www.gnu.org/copyleft/gpl.html>