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
asm:emu8086_hangman8086 [2011/06/20 16:58]
flozz [Download]
asm:emu8086_hangman8086 [2019/05/26 09:32] (current)
flozz [Links]
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 17: Line 17:
 ==== Build dependences ==== ==== Build dependences ====
  
-FIXME+For building Hangman 8086 from the source you will need: 
 +  * 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 ====
Line 37: Line 49:
 ===== Links ===== ===== Links =====
  
-  * [[https://​launchpad.net/​hangman8086|Development page (launchpad)]] +  * <del>[[https://​launchpad.net/​hangman8086|Development page (launchpad)]]</​del>​ → [[https://github.com/flozz/​hangman8086|new repository on Github]]
-  * [[http://emu8086.com/|Emu8086 home page]]+
  
  
 
asm/emu8086_hangman8086.1308589090.txt.gz · Last modified: 2017/09/01 12:24 (external edit)