PaxOS 8
1.0.0

Paxos 8是Paxos的最新版本,Paxos是Paxophone的轻型操作系统。
Paxos提供了多平台仿真器,因此您可以直接在计算机上运行它。在本节中,您将找到有关如何为操作系统构建它的说明。
在开始之前,请确保正确安装了git , cmake和make 。如果不是,请使用命令sudo apt install build-essential安装(如果使用apt作为软件包管理器)。
然后,您可以启动构建说明:
git clone https://github.com/paxo-phone/paxos_8.git克隆目录cd paxos_8/移动到新创建的文件夹git submodule init && git submodule update加载子模块cmake . && make./PaxOS运行可执行文件然后,模拟器应在窗口中打开。
在入门之前,您需要一个IDE,并知道如何使用自定义工具链设置CMAKE项目。
MACOS下建造的说明与Linux下的指令相似。
在开始之前,请确保正确安装了git , cmake和make 。如果没有,您可以使用brew Package Manager使用以下命令brew install cmake make git安装它们。
然后,您可以启动构建说明:
git clone https://github.com/paxo-phone/paxos_8.git克隆目录cd paxos_8/移动到新创建的文件夹git submodule init && git submodule update加载子模块cmake . && make./PaxOS运行可执行文件然后,模拟器应在窗口中打开。按“逃生”键模仿“主页”按钮。
故障排除:
ld: warning: ignoring file /opt/homebrew/Cellar/sdl2/2.28.2/lib/libSDL2-2.0.0.dylib': found architecture 'arm64', required architecture 'x86_64'您可以发生错误: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.dylibCould 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您的cmake命令。该项目根据CC0 1.0通用许可分配。有关更多信息,请参见许可证。
您可以通过我们的网站或我们的Discord服务器与我们联系
在paxo.fr上查看更多