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:
|
||||
```
|
||||
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:**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ Refactor:
|
|||
|
||||
External:
|
||||
Redo script to create windows Release
|
||||
Update Ubuntu install instructions in readme file (for OmniaFramework aswell)
|
||||
|
||||
|
||||
|
||||
|
|
@ -25,3 +24,4 @@ Done:
|
|||
*Add "Extended mov" instruction set
|
||||
*Remove old offset mov
|
||||
*Implelemnt extmov mnemonics in dasm:
|
||||
*Update Ubuntu install instructions in readme file (for OmniaFramework aswell)
|
||||
Loading…
Reference in a new issue