Skip to content

Adriankor/ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laboreinheit - Algorithmen und Datenstrukturen

Gradlew-Commands

./gradlew clean                // cleanup all build directories
./gradlew build --parallel     // build all PDF files 
./gradlew <subproject>::clean  // Cleanup build directory
./gradlew <subproject>::build  // build PDF files for sub project
./gradlew <subproject>::open   // open all PDF files for sub project

Setup for building documents

Ubuntu 18.04

Required packages for generation of documentation

sudo apt-get install ruby-dev libxslt1-dev graphviz

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages