
PaxOS 8 is the latest version of PaxOS, a lightweight operating system for PaxoPhones.
The paxos offers a multi-platform emulator so that you can run it directly on your computer. In this section you will find instructions on how to build it for your operating system.
Before you start, make sure that git, cmake and make are correctly installed on your computer. If not, install them using the command sudo apt install build-essential (if you use apt as your package manager).
You can then start the build instructions :
git clone https://github.com/paxo-phone/paxos_8.gitcd paxos_8/git submodule init && git submodule updatecmake . && make./PaxOSThe emulator should then open in a window.
Before getting started, you need an IDE and know how to setup a CMake project with custom toolchain.
The instructions for building under macos are fairly similar to those under Linux.
Before you start, make sure that git, cmake and make are correctly installed on your computer. If not, you can use the brew package manager to install them using the following command brew install cmake make git.
You can then start the build instructions :
git clone https://github.com/paxo-phone/paxos_8.gitcd paxos_8/git submodule init && git submodule updatecmake . && make./PaxOSThe emulator should then open in a window. Press the 'Escape' key to emulate the 'Home' button.
Troubleshooting :
ld: warning: ignoring file /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib': found architecture 'arm64', required architecture 'x86_64' followed by an error you can do:
cp src/lib/SDL2-2.28.2/libSDL2-2.0.0-2.dylib /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylibxattr -dr com.apple.quarantine /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib Could not find a package configuration file provided by "SDL2" with any of the following names::
-DCMAKE_PREFIX_PATH=src/lib/SDL2-2.28.2/ to your cmake command.This project is distributed under the CC0 1.0 Universal License. See LICENSE for more information.
You can contact us via our Website or our Discord server
See more on paxo.fr