revised build notes for macos and ubuntu

This commit is contained in:
Harvey Fong 2025-06-12 23:12:07 -06:00
parent 27e964c6e2
commit 75fdb7f526

View File

@ -40,14 +40,14 @@ workdir/
└── poomer-bella-sine/ └── poomer-bella-sine/
``` ```
## MacOS (kasm-aaa) ## MacOS (kasm-monterey)
- [ ] Install Xcode - [ ] Install Xcode
``` ```
mkdir workdir mkdir workdir
cd workdir cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.dmg curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.dmg
hdiutil attach bella_engine_sdk-24.6.0.dmg hdiutil attach bella_engine_sdk-24.6.0.dmg
cp -R /Volumes/Bella\ Engine\ SDK\ 24.6.0/* . cp -R /Volumes/Bella\ Engine\ SDK\ 24.6.0/bella_engine_sdk .
git clone https://github.com/oomer/oom.git git clone https://github.com/oomer/oom.git
git clone https://github.com/oomer/poomer-bella-sine.git git clone https://github.com/oomer/poomer-bella-sine.git
cd poomer-bella-sine cd poomer-bella-sine
@ -56,14 +56,9 @@ bin/Darwin/release/poomer-bella-sine -r
open ./untitled.png open ./untitled.png
``` ```
## Ubuntu Linux (kasm-bbb) ## Ubuntu Linux (kasm-ubuntu)
``` ```
sudo apt install -y build-essential sudo apt install -y build-essential curl
sudo apt install -y libx11-dev
sudo apt install -y libgl1-mesa-dev
sudo apt install -y libtool
sudo apt install -y cmake
sudo apt install -y pkg-config
mkdir workdir mkdir workdir
cd workdir cd workdir
curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.tar.gz curl -LO https://downloads.bellarender.com/bella_engine_sdk-24.6.0.tar.gz
@ -76,7 +71,7 @@ bin/Linux/release/poomer-bella-sine -r
file ./untitled.png file ./untitled.png
``` ```
## Windows (kasm-jay tested) ## Windows (kasm-win11pro)
- [optioanl] Install https://git-scm.com - [optioanl] Install https://git-scm.com
- Download Visual Studio Community Edition 2022 - Download Visual Studio Community Edition 2022