Open LEARNTAU opened 1 week ago
I have added the libboost and cmake
Thanks to the community at telegram dev chat, I got the answer. I would like to share here for those who might have encounter the same problem like mine.
Tutorial: How to start running Tau Language REPL on Ubuntu Linux and Windows 🚀
https://www.youtube.com/watch?v=7r0KH75kj28&list=PLeBSjZu0y6vW6Mg_iO2FivR-kwAHSAZvE&index=77
This video is for educational purposes only.
I tried ./release.sh -DBUILD_DOC=ON but got CMake Error.
Main OS: Windows 11 Virtual Machine OS: Linux Ubuntu (64-bit) 24.04.1-desktop
In previous weeks, I install Tau REPL with this process 1.) git clone https://github.com/IDNI/tau-lang.git 2.) cd tau-lang 3.) ./release.sh and it work for me well. I was able to run Tau REPL by doing this 1.) cd tau-lang/build-Release 2.) ./tau
I tried the same procedure today but I got a problem with the script ./release.sh