Skip to content

Installation

Omar Ibn Zakaria edited this page Jun 3, 2024 · 3 revisions

How to install

Setup Environment

Windows

  1. turn on virtualization in your bios
  2. run wsl --install
  3. an Ubuntu terminal will pop up, follow the instructions
  4. Close the terminal once done and open the command prompt
  5. check the drop down menu in the tabs and press Ubuntu
  6. enter commands sudo apt update and sudo apt upgrade
  7. enter the command cd ~ && explorer.exe .
  8. do what is in this screenshot womp womp, your computer cant display the image
  9. right click the Ubuntu folder and select Map network drive.
  10. a window will appear, it is recommended to select U:
  11. press finish and now you will be able to access your Linux environment from the explorer.
  12. run the command sudo apt install -y binutils-mips-linux-gnu build-essential git libcapstone-dev pkgconf python3 gcc-mips-linux-gnu
  13. install GitHub for desktop from here
  14. unfinished

Clone this wiki locally