Updated install instructions for Ubuntu
This commit is contained in:
parent
e5f1a62724
commit
9dd57c8057
2 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ open a terminal inside the root directory of the project and run this command:
|
||||||
open a terminal and run:
|
open a terminal and run:
|
||||||
```
|
```
|
||||||
sudo apt update && sudo apt upgrade
|
sudo apt update && sudo apt upgrade
|
||||||
sudo apt install clang gdb make cmake libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libxcb-randr0-dev
|
sudo apt install build-essential dkms linux-headers-$(uname -r) clang gdb make cmake libssl-dev libboost-all-dev libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev libxcb-randr0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
**Step 2:**
|
**Step 2:**
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@ Refactor:
|
||||||
|
|
||||||
External:
|
External:
|
||||||
Redo script to create windows Release
|
Redo script to create windows Release
|
||||||
Update Ubuntu install instructions in readme file (for OmniaFramework aswell)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -24,4 +23,5 @@ Done:
|
||||||
*Add possibility to specify required instruction sets in dasm
|
*Add possibility to specify required instruction sets in dasm
|
||||||
*Add "Extended mov" instruction set
|
*Add "Extended mov" instruction set
|
||||||
*Remove old offset mov
|
*Remove old offset mov
|
||||||
*Implelemnt extmov mnemonics in dasm:
|
*Implelemnt extmov mnemonics in dasm:
|
||||||
|
*Update Ubuntu install instructions in readme file (for OmniaFramework aswell)
|
||||||
Loading…
Reference in a new issue