Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
asm:emu8086_hangman8086 [2011/06/20 17:04]
flozz [Build dependences]
asm:emu8086_hangman8086 [2019/05/26 09:31]
flozz [Build dependences]
Line 9: Line 9:
  
 The latest version is the **1.0**. Here are the available files: The latest version is the **1.0**. Here are the available files:
-  * [[http://download.flogisoft.com/files/misc/asm/emu8086_hangman8086/​hangman8086_1.0_src.tar.gz|Source code (hangman8086_1.0_src.tar.gz)]] +  * [[https://github.com/flozz/hangman8086/archive/v1.0.0.tar.gz|Source code (hangman8086_1.0_src.tar.gz)]] 
-  * [[http://download.flogisoft.com/files/misc/asm/emu8086_hangman8086/​hangman8086_1.0_bin.tar.gz|Binary (hangman8086_1.0_bin.tar.gz)]]+  * [[https://github.com/flozz/hangman8086/releases/download/​v1.0.0/​hangman8086_1.0_bin.tar.gz|Binary (hangman8086_1.0_bin.tar.gz)]]
  
  
Line 18: Line 18:
  
 For building Hangman 8086 from the source you will need: For building Hangman 8086 from the source you will need:
-  * [[http://​emu8086.com/​|Emu8086]] (Linux/​Windows)+  * Emu8086 (Linux/​Windows)
   * [[http://​www.winehq.org/​|WINE]] (Linux)   * [[http://​www.winehq.org/​|WINE]] (Linux)
   * [[http://​www.gnu.org/​software/​make/​|GNU Make]] (Linux)   * [[http://​www.gnu.org/​software/​make/​|GNU Make]] (Linux)
Line 25: Line 25:
 <​code>​make buildenv</​code>​ <​code>​make buildenv</​code>​
  
-==== Make ====+==== Make the executable ​====
  
-FIXME+**On Linux** just type the ''​make''​ command from the source directory((Be sure to have installed the build environment with the ''​make buildenv''​ command)):​ 
 +<​code>​make</​code>​ 
 + 
 +**One Windows**, just open the ''​main.asm''​ file with Emu8086, and click on the ''​Compile''​ button.
  
 ===== Running ===== ===== Running =====
  
-FIXME+For running Hangman 8086, you will need to install the following dependence:​ 
 +  * [[http://​www.dosbox.com/​|DOSBox]] 
 + 
 +__NOTE:__ I recommend to use DOSBox 0.73, because the program crash with the version 0.74.
  
 ==== GNU/Linux ==== ==== GNU/Linux ====
 
asm/emu8086_hangman8086.txt · Last modified: 2019/05/26 09:32 by flozz