mirror of
https://github.com/daniel-e/tetros.git
synced 2025-04-19 16:38:05 +02:00
compiling section
This commit is contained in:
parent
eef882527f
commit
8626eb1b74
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ After that you should be able to boot the stick to play TetrOS.
|
|||
* Show next brick.
|
||||
* Increase speed.
|
||||
|
||||
## Compiling the sources
|
||||
|
||||
The repository already contains an image which you can use for testing. However, if you want to compile the image from the sources you need nasm, a general prupose x86 assembler to be installed on your system. On Ubuntu you can can install it via the command `sudo apt-get install nasm`.
|
||||
|
||||
If `nasm` is installed you can compile the sources by executing `make`. This will create the image `tetros.img`. After that you can run the image via qemu or you can copy the image via `dd` on an USB disk or a disk (see above).
|
||||
|
||||
I have tested it with nasm 2.11.08 on Ubuntu 16.04.
|
||||
|
||||
## Similar projects
|
||||
* https://github.com/dbittman/bootris
|
||||
* https://github.com/Shikhin/tetranglix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue