Updated install instructions for Ubuntu

This commit is contained in:
OmniaX-Dev 2024-09-09 03:13:35 +02:00
parent e5f1a62724
commit 9dd57c8057
2 changed files with 3 additions and 3 deletions

View file

@ -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:**

View file

@ -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)
@ -25,3 +24,4 @@ Done:
*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)