On my windows computer the code from your first program doesn’t work, either i get no result when i follow the instructions or a failure message regarding a missing dll when i try to use the generated exe as described here: Your First Program - #2 by bbhart
I have a second computer, in this case a Linux computer (Ubuntu). If i want to install raylib, I have 3 different options: static, dynamic or web. Does anyone have experience with this course on a Linux computer? dynamic is the recommended, but I do not know if this is the correct choice for this course setup…
Edit1:
The windows problem adressed above is solved.
The focus for this ticket is on Linux (Ubuntu) setup.
I have chosen dynamic as it was recommended by raylib, but now I have the problem that the compiler does not find the lib, guess I will also need tu update the enviroment variable here.
I will try this on Saturday.
I had similar problems with the first program because I had created my first cpp file in the folder .vscode and it should have been created in the root directory of the project maybe it’s the same problem?
I give up on this topic, i tried several things but I always receive the same error messages.
In the file c_cpp_properties.json “<path_to_raylib>/src/” was not found and “usr/bin/clang” was not found.
In the past I also got the message that Vulcan was not found, that problem could be solved by following the installation instructions.
The instructions from the raylib side for Ubuntu didn’t help.