X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=doc%2Frunning;h=426c46324f5ee7f34705b51a61fcc0e8ad0f9c6c;hb=87a9ca9ae186115bd1802187a863e80d7ab336aa;hp=6c3a2f4e884cadc9fe9e0321f2bfdc318b2536b9;hpb=b066e776622f96e906600a0c4a08de392bd03676;p=blank.git diff --git a/doc/running b/doc/running index 6c3a2f4..426c463 100644 --- a/doc/running +++ b/doc/running @@ -1,3 +1,21 @@ +Dependencies +============ + + GLEW, GLM, SDL2, SDL2_image, SDL2_net, SDL2_ttf, OpenAL, freealut, zlib + +archlinux: + pacman -S \ + glew glm sdl2 sdl2_image sdl2_net sdl2_ttf openal freealut zlib + +debian: + apt install --no-install-recommends \ + libglew1.10 libglu1-mesa libsdl2-2.0-0 libsdl2-image-2.0-0 \ + libsdl2-net-2.0-0 libsdl2-ttf-2.0-0 libopenal1 libalut0 zlib1g + +centos: + yum install \ + glew SDL2 SDL2_image SDL2_net SDL2_ttf openal-soft freealut zlib + Arguments ========= @@ -69,6 +87,10 @@ Network --port port number to connection to (client) or listen on (server) +--cmd-port + port number to listen on for command connections + the default of 0 disables this feature + --player-name use given name to identify with the server (client mode) default player name is "default" @@ -103,6 +125,7 @@ F1 toggles UI rendering. F2 toggles world rendering. F3 toggles the debug overlay. F4 toggles audio. +F5 toggles camera mode. Controls are interpreted by scancode, meaning you don't have to break your fingers when you're on an AZERTY. WSAD will be ZSQD there and the above