From 9dd57c8057da7ec23d15c591de3d42e75f98c4f6 Mon Sep 17 00:00:00 2001 From: OmniaX-Dev Date: Mon, 9 Sep 2024 03:13:35 +0200 Subject: [PATCH] Updated install instructions for Ubuntu --- README.md | 2 +- extra/info/todo.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcb5c4b..31d883c 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/extra/info/todo.txt b/extra/info/todo.txt index 6408418..0862be6 100644 --- a/extra/info/todo.txt +++ b/extra/info/todo.txt @@ -9,7 +9,6 @@ Refactor: External: 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 "Extended mov" instruction set *Remove old offset mov - *Implelemnt extmov mnemonics in dasm: \ No newline at end of file + *Implelemnt extmov mnemonics in dasm: + *Update Ubuntu install instructions in readme file (for OmniaFramework aswell) \ No newline at end of file