Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
asm:emu8086_hangman8086 [2011/06/20 16:51]
flozz created
asm:emu8086_hangman8086 [2019/05/26 09:28]
flozz [Download]
Line 8: Line 8:
 ===== Download ===== ===== Download =====
  
-FIXME +The latest version is the **1.0**. Here are the available files: 
 +  * [[https://​github.com/​flozz/​hangman8086/​archive/​v1.0.0.tar.gz|Source code (hangman8086_1.0_src.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 16: Line 17:
 ==== Build dependences ==== ==== Build dependences ====
  
-FIXME+For building Hangman 8086 from the source you will need: 
 +  * [[http://​emu8086.com/​|Emu8086]] (Linux/​Windows) 
 +  * [[http://​www.winehq.org/​|WINE]] (Linux) 
 +  * [[http://​www.gnu.org/​software/​make/​|GNU Make]] (Linux)
  
-==== Make ====+__NOTE:__ On GNU/Linux, you can obtain an [[asm:​emu8086_buildenv|Emu8086 build environment]] by typing (from the source directory):​ 
 +<​code>​make buildenv</​code>​
  
-FIXME+==== Make the executable ==== 
 + 
 +**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