tutorials | how-to guides | app highlights
Un(e) développeur(euse) toxique est une personne envoyée par Satan dans ton open space. Cette personne regarde ta code review et connait pas la définition de politesse.
Run devkitProUpdater-1.6.0.exe, devkitARM
is the only thing you need to install.
Setup MSYS2: (Skip this if you already have properly setup MSYS2)
MSYS2 64bit > MSYS2 MinGW 64 bit
from Start.pacman --needed -S base-devel git mingw-w64-x86_64-toolchain
Run your shell (ie. MSYS2 64bit > MSYS2 MinGW 64 bit
), then change into your development/working directory, ie.:
cd /c/Users/Xtansia/Development/3ds/
Build and install latest 3ds_portlibs
:
git clone https://github.com/devkitPro/3ds_portlibs
cd 3ds_portlibs
make zlib
make install-zlib
make freetype libjpeg-turbo libpng libogg
make install
cd ..
Build and install latest ctrulib
:
git clone https://github.com/smealum/ctrulib
cd ctrulib/libctru
make
make install
cd ../..
Build and install latest citro3d
:
git clone https://github.com/fincs/citro3d
cd citro3d
make
make install
cd ..
Build and install latest sf2dlib
:
git clone https://github.com/xerpi/sf2dlib
cd sf2dlib/libsf2d
make
make install
cd ../..
Build and install latest sfillib
:
git clone https://github.com/xerpi/sfillib
cd sfillib/libsfil
make
make install
cd ../..
Build and install latest sftdlib
:
git clone https://github.com/xerpi/sftdlib
cd sftdlib/libsftd
make
make install
cd ../..
Build latest LövePotion
:
git clone https://github.com/VideahGams/LovePotion
cd LovePotion
mkdir game
# put your game stuff in game
make
Absolument génial cet article !
franchement une bonne vision des choses :
etc...
C'est toujours sympa à rappeler ;)
DevDocs is an API documentation browser that combines 60+ docs in a single UI with offline mode, instant search, keyboard shortcuts, and more.
Commencer par créer les devices:
sudo modprobe nbd max_part=8
utiliser qemu-nbd pour monter l'image sur le device:
sudo qemu-nbd -c /dev/nbd0 guest.img
puis monter le device dans un répertoire:
sudo mount /dev/nbd0p1 /mnt/guest
démonter le montage une fois fini de travailler sur l'image.
sudo umount /mnt/guest
et voila.
Quant à moi j'ai :
Great job!
You guessed 18 out of 20!
Mais je pratique ENORMEMENT de language "juste pour le fun" je suis passionné d'info, développeur pro, freelance ET j'aime apprendre :x
du coup... c'est normal.
PS: eliminer les languages qui NE sont PAS celui proposé, c'est plus simple ;)
un bon petit tutoriel utilisant curl pour expliquer comment récupérer une page web et une partie de celle ci en php.
Cool si on veut intégrer directement du contenu (libre de préférence) dans son site.
Geohot surprised everyone by releasing limera1n yesterday, a day before the release of greenpois0n by the Chronic Dev Team. Limera1n can jailbreak iPhone 3GS, iPhone 4, iPad, iPod Touch 3G and the new iPod Touch 4G. In this guide, we will take you through the step by step procedure to...