Installation de l’éditeur de voxel : Goxel
Installation de l’éditeur de voxel : Goxel. 1/ Installation des paquets de développement. ➜ ~ sudo apt-get install libglfw3-dev libgtk-3-dev 2/ Répertoire de travail. ➜ ~ mkdir -p GRAPH3D/VOXEL ➜ ~ cd GRAPH3D/VOXEL ➜ VOXEL 3/ Téléchargement du code source. ➜ VOXEL git clone https://github.com/guillaumechereau/goxel.git ➜ VOXEL cd goxel ➜ goxel git:(master) 4/ Compilation de […]
[Minetest] Mastodon Mod
[Minetest] Mastodon Mod A Lua mod to send a message from Minetest client Dépôt Github : https://github.com/Nekrofage/mastomine
Envoi de toot via Lua
Envoi de toot via Lua. Distribution : Ubuntu 17.04 1/ Installation des librairies de développement. ➜ ~ sudo apt-get install liblua5.1-0-dev luarocks 2/ Installation de module Lua. ➜ ~ sudo luarocks install luafilesystem ➜ ~ sudo luarocks install lua-requests ➜ ~ sudo luarocks install split ➜ ~ sudo luarocks install luasocket ➜ ~ sudo luarocks […]
Mise-à-jour Mastodon 1.4.1 vers 2.1.0
Mise-à-jour Mastodon 1.4.1 vers 2.1.0 1/ Arrêt des services Mastodon. admin@server01mas:~$ su root@server01mas:/home/admin# systemctl stop mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service root@server01mas:/home/admin# update root@server01mas:/home/admin# apt-get install libicu-dev libidn11-dev libidn2-0-dev root@server01mas:/home/admin# exit 2/ Nouvelle version de Ruby. admin@server01mas:~$ rm .rbenv/ -rf admin@server01mas:~$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv admin@server01mas:~$ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build admin@server01mas:~$ rbenv install 2.4.2 mastodon@server01mas:~$ rbenv global 2.4.2 […]
UFO: Alien Invasion
UFO: Alien Invasion Distribution de travail : Ubuntu Zesty 17.04 1/ Répertoire de travail. ➜ ~ mkdir -p JEUX/UFOAI/ ➜ ~ cd JEUX/UFOAI ➜ UFOAI 2/ Téléchargement du code source. ➜ UFOAI git clone git://git.code.sf.net/p/ufoai/code ufoai ➜ UFOAI cd ufoai 3/ Récupérationde la version stable 2.5.0. ➜ ufoai git:(master) git checkout tags/ufoai_2.5.0 ➜ ufoai git:(58580c9b55) […]
Présentation de Minetest
Présentation de Minetest https://github.com/Nekrofage/prezminetest
[Gandi] [Simple Hosting] Application Ruby : Site web
[Gandi] [Simple Hosting] Application Ruby : Site web. Distribution de travail : Ubuntu 16.04.3 LTS Hébergement : Instance Simple Hosting de type ‘Ruby‘ 1/ Sur l’ordinateur de développement, installation du paquet Ruby. admin@serverbb:~$ sudo apt-get install ruby-full Reading package lists… Done Building dependency tree Reading state information… Done The following additional packages will be installed: […]
[Android] [Minetest] Compilation de Minetest 0.4.15
[Android] [Minetest] Compilation de Minetest 0.4.15. Version : 2.0 Distribution de travail : Ubuntu 17.04 LTS 64b Téléphone : Archos 55 Platinum Android : 5.1 1/ Répertoire de travail. util01@station02:~$ mkdir -p ANDROID util01@station02:~$ cd ANDROID/ util01@station02:~/ANDROID$ 2/ Installation des paquets de développement. util01@station02:~/ANDROID$ sudo apt-get install make m4 subversion git-core build-essential realpath openjdk-8-jdk lib32z1 […]
Texturer un modèle 3d ‘.mdl’ de Quake 1
Texturer un modèle 3d ‘.mdl’ de Quake 1. Distribution de travail : Ubuntu 16.04.2 LTS 1/ Répertoire de travail. util01@station02:~$ mkdir -p quake1/id1 util01@station02:~$ mkdir -p JEUX/QUAKE1/MDL util01@station02:~$ cd JEUX/QUAKE1/MDL/ util01@station02:~/JEUX/QUAKE1/MDL$ 2/ Installation de Blender. – Téléchargement : util01@station02:~/JEUX/QUAKE1/MDL$ wget https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2 – Décompression de l’archive : util01@station02:~/JEUX/QUAKE1/MDL$ tar xvfj blender-2.79-linux-glibc219-x86_64.tar.bz2 util01@station02:~/JEUX/QUAKE1/MDL$ cd – Lien : […]
Installation de zsh
Installation de zsh. Distribution : Ubuntu 17.04 LTS Installation : util01@station01:~$ sudo apt install zsh util01@station01:~$ sh -c « $(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -) » Présentation : https://rockstarninja.laboratoire-bidouille.dev/prez/PrezZsh/ Liens : http://ohmyz.sh/ https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH