Skip to content

Instantly share code, notes, and snippets.

View J5lx's full-sized avatar
📆
I may be slow to respond.

Jakob J5lx

📆
I may be slow to respond.
View GitHub Profile
@J5lx
J5lx / indivisible-prototype.desktop
Created November 24, 2015 22:15
Desktop file for the Indivisible prototype
[Desktop Entry]
Type=Application
Version=1.0
Name=Indivisible Prototype
GenericName=Action/RPG prototype
Exec=/opt/indivisible-prototype/Indivisible_Linux.i686-pc-linux-gnu
Categories=Game
This file has been truncated, but you can view the full file.
CONFIGURING QUICKTIME
CONFIGURING FAAD
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
@J5lx
J5lx / tutorial.md
Created March 8, 2015 10:46
How to install Minecraft in Arch Linux
  1. Visit https://aur.archlinux.org and search for the package minecraft.
  2. Select that package from the results. You may have to use the pagination.
  3. Click the "Download tarball" link on the details page of the package to, well, download it's tarball. Remember the directory you save it in.
  4. Open up a terminal
  5. Use cd to go into the directory you saved the tarball in. For example, if you saved it in a subdirectory of your home directory called Downloads, enter cd ~/Downloads (the ~ stands for your home directory)
  6. Now extract the contents of the tarball to a new directory called minecraft using the command tar xvf minecraft.tar.gz. (I used another method in the video but this one has a higher availability)
  7. Now go into the new directory using cd minecraft
  8. Then type makepkg to create the package. If there were no errors, a new file with the extension .pkg.tar.xz should have been created.
  9. Now you have to get root (the admin). In most cases this can be achieved by running th
@J5lx
J5lx / review.md
Last active September 12, 2015 00:32
Deutsche Übersetzung meines Teslagrad-Reviews / German translation of my Teslagrad review http://steamcommunity.com/id/j5lx/recommended/249590/

Handlung

Du bist ein kleiner Junge, der von zuhause fliehen muss. Auf deinem Weg wirst du von einer Art Soldaten verfolgt, bis du in eine Art Burg oder so gelangst, in der du schon bald einen mysteriösen goldenen Handschuh findest, mit dem du die Polarität von bestimmten Metallkisten etc., die dir auf deinem Weg begegnen, sodass sie magnetisch aufeinander reagieren. Das ermöglicht dir, verschiedene Rätsel zu lösen und so auf deinem Weg voranzukommen. Kurz danach gelangst du in einen hohen Schaft mit einem blauen Etwas, das an die Excursion Funnels (im Deutschen auch als Transportschächte bekannt) von Portal 2 erinnert, aber dich nur bewegt, solange du von der gleichen Polarität bist, wie das Ding. Eine Möglichkeit (und im Moment die einzige), das zu erreichen, ist, eine spezielle Pflanze am Grund des Schafts zu berühren. Anschließend wirst du von dem Funnel/Schacht nach oben bewegt, sodass du zu den Eingängen gelangen kannst, die sich an beiden Seiten (im Sinne einer 2D-Ansicht) der Wand des Schafts

+++ uname -s
++ PLATFORM=Linux
+++ basename ./build.sh
++ SCRIPT=build.sh
++ [[ build.sh != *wrapper/build.sh ]]
+++ tools/get_cpu_count.sh
++ JOBS=2
++ '[' build.sh '!=' build.sh -a build.sh '!=' build_clang.sh -a build.sh '!=' mount_xcode_image.sh ']'
++ [[ Linux == *BSD ]]
++ MAKE=make