windows

Below you will find pages that utilize the taxonomy term “windows”

Music your home with linux

August 20, 2014
Musik zuhause. Das ist eigentlich das was man immer gern hat, aber sich nie Gedanken zu macht. Und die wichtigste Frage: Wie kann Linux dabei helfen? Im folgenden werde ich versuchen eine Übersicht über meine Erfahrung mit diesen beiden Themen zu geben. Die Idee Ich hatte die Idee Musik nicht nur im Wohnzimmer sondern auch gleichzeitig im Garten abzuspielen. Gleichzeitig ist hierbei technisch übersetzt natürlich das Wort Synchron. Man möchte nicht einen Beat verpassen beim Wechseln von Garten ins Wohnzimmer

Cannonball (the OutRun Engine)

February 7, 2014
How to install cannonball the outrun engine on your own PC for the ultimate Retro Experience on Ubuntu/Debian Derivates. With Windows the Process is defined on the github page. {% highlight bash %} DIRRECTORY=~/git mkdir $DIRRECTORY git clone https://github.com/djyt/cannonball.git $DIRRECTORY/cannonball cd $DIRRECTORY/cannonball could not get it to target debian cp cmake/debian.cmake cmake/default.cmake mkdir build cd build sudo apt-get install cmake libsdl1.2-dev libboost1.53-dev -yy cmake ../cmake make ln -s ../roms roms

Nethack 4

February 7, 2014
There are many clones in the Nethack Community. Here is one that i learned to love the most. dynahack is the way to go. Download the latest source or git clone it. git clone https://github.com/tung/DynaHack cd DynaHack sudo apt-get install gcc flex bison libncursesw5-dev libjansson-dev \ zlib1g-dev cmake cmake-curses-gui mkdir build cd build cmake .. ccmake . Set SHELLDIR and CMAKE_INSTALL_PREFIX to /home/username/dynahack/install. Set BINDIR, DATADIR and LIBDIR to /home/username/dynahack/install/dynahack-data.