Closed philipp-strack closed 7 months ago
Hi,
There's a gitpod.yml which contains all that's needed to install on gitpod.io which use Ubuntu VMs. I just tried spinning up a new workspace, and it did compile ( just let the gitpod.yml scripts do the installation first, and then go to the emscriptenbuild
folder and run ./build.sh
.
Would you try forking and open in gitpod.io first, and then maybe compare with your own Ubuntu setup to see what's missing?
Thanks for checking out wasm-git :)
/Peter
Thank you and please excuse my delayed reply. yes the project compiles on gitpod.io. Thanks again.
Hello,
first, thanks a lot for all you work on wasm-git it is an amazing piece of software. Unfortunately, I can't compile wasm-git:
I am on ubuntu 23.04 and have
cmake version 3.27.3 libpthread-stubs0-dev Version: 0.4-1build2
installed. Thanks a lot for your help!