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上查看更多