Skip to content

Installation

  • GCC or Clang compiler
  • Make (optional but recommended)
  • CMake 3.10+ (optional)
Terminal window
git clone https://github.com/hamer1818/TulparLang.git
cd TulparLang
chmod +x build.sh
./build.sh
Terminal window
git clone https://github.com/hamer1818/TulparLang.git
cd TulparLang
wsl bash build.sh
Terminal window
git clone https://github.com/hamer1818/TulparLang.git
cd TulparLang
build.bat

If you have make installed, you can use the following commands:

Terminal window
make # Build the project
make clean # Clean build artifacts
make run # Build and run demo