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