Skip to content

Instantly share code, notes, and snippets.

@THS-on
Last active May 14, 2017 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save THS-on/404eb2076d5c24123de6c88ecaa1ece1 to your computer and use it in GitHub Desktop.
Save THS-on/404eb2076d5c24123de6c88ecaa1ece1 to your computer and use it in GitHub Desktop.
README for lernstickWelcome

lernstickWelcome

HOWTO import this project into Netbeans

The best way to build lernstickWelcome is on the Lernstick itself, because all dependencies are already installed.

Install Netbeans on Lernstick

Go into the Welcome program and install Netbeans.

Import lernstickWelcome into Netbeans

Create a directory and clone lernstickWelcome and lernstick Tool

mkdir lernstickWelcome && cd lernstickWelcome
git clone https://github.com/imedias/lernstickWelcome.git
git clone https://github.com/imedias/lernstickTools.git

Open Netbeans and open the lerntickWelcome git-repo as project. Now there is missing dependency lernstickTools. To solve this problem import the lernstickTools git-repo.

Build Debian package

cd ./lernstickWelcome
sudo apt-get install junit
dpkg-buildpackage -us -uc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment