samsface / godot-native-example

Example Godot native project using cmake
MIT License
32 stars 11 forks source link

how to set up for Linux/Ubuntu? #2

Closed ShadowFungi closed 2 years ago

ShadowFungi commented 2 years ago

Hope you're is going well. But I would like some help finding all the prerequisites, and setting this up in Ubuntu, I already know a few of them such as Mono, git, and Python3 along with their dependencies and an IDE which I have been on the hunt for. However since this isn't Windows there are going to be at least a few differences with setup, so I would like help finding what those differences are, and what to do to get around those.

samsface commented 2 years ago

This installs the tools you'll need

sudo apt-get update && apt-get install build-essential cmake python3-pip
pip3 install conan==1.40.3

Run this script to build the project in debug mode:

./debug.sh