Skip to content

marijnfs/pttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTTP

Code Structure:

  • src: contains the c++ files (all files end with .cc)
  • hdr: contains the header files
  • bin: contains source files that get compiled to binaries

Build:

A typical build works as follows:

cd build
ccmake ..
make
sudo make install

the ccmake step will complain when dependencies are missing, resolve them by installen the appropriate libraries.

License

MPL V2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors