I am trying to make a BeamMP server on a raspi 4. And, to do so I need to build the exactable on the pi to run it. When I run the command to build it it outputs this error. Any help would be greatly appreciated! Or if someone could just link a aarch64 build of the beammp server
2 Likes
This now solved!!
-
update/install
liblua5.3-dev curl zip unzip tar cmake make git g++ -
Download latest release
git clone --recursive https://github.com/BeamMP/BeamMP-Server -
go to folder
cd BeamMP-Server -
set build to arm (you can set it to 1 doesn’t mater)
export VCPKG_FORCE_SYSTEM_BINARIES=arm -
install ninga-build
sudo apt install ninja-build -
Do the build!
cmake -S . -B bin -DCMAKE_BUILD_TYPE=Release -
Build again
cmake --build bin --parallel -t BeamMP-Server
Your executable can be found in bin/
3 Likes
it says first “bash: liblua5.3-dev: commant not found”
and ignoring it takes me to “bash: cmake: command not found”
did you notice those are packages?