forked from numworks/epsilon
-
Notifications
You must be signed in to change notification settings - Fork 92
Installation
Quentin edited this page Nov 3, 2019
·
25 revisions
First of all, follow step 1 here. Then:
- For n0100:
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make MODEL=n0100 clean
make MODEL=n0100 USERNAME={Your name, max 15 characters} -j4
make MODEL=n0100 epsilon_flash
- For n0110:
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make clean
make USERNAME={Your name, max 15 characters} -j4
make epsilon_flash
- For simulator
git clone --recursive https://github.com/Omega-Numworks/Omega.git
cd Omega
make PLATFORM=simulator clean
make PLATFORM=simulator USERNAME={Your name, max 15 characters} -j4
cd output/release/simulator/linux
./epsilon.bin
Usage: ./epsilon.bin [options]
Options:
-f, --fullscreen Starts the emulator in fullscreen
-s, --screen-only Disable the keyboard.
-u, --unresizable Disable resizing the window.
-h, --help Show this help menu.
Important: Don't forget the --recursive
tag, because Omega relies on submodules.
Also, you can change the number of processes that run in parallel during the build by changing the value of the -j
flag.
First of all, follow step 1 here. Then:
sudo pip install omega-cli
sudo omega-cli
Click here and follow the steps!
Requirements
- Google Chrome/Chromium
- The Numworks driver