Skip to content

bzemann/uttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTTT

Setting up

Git repository

Clone the repository using ssh

git clone git@gitlab.ethz.ch:uttt/uttt.git

After cloning you still have to initalize the submodules (the dependencies)

cd uttt
git submodule init
git submodule update

CMake

Either use an IDE like CLion or use cmake and make directly in the terminal.

mkdir build
cmake -B build
make -C build

CMake also exports compile commands, meaning language servers like clangd just work.

Now you're setup!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors