1/ Installation des ports
Lien :
https://www.waxo.fr/linux-unix/netbsd.html
localhost# pkgin install wget
localhost# wget cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz
localhost# tar -xzvpf pkgsrc.tar.gz -C /usr
2/ Compilation du port 'DoomLegacy'.
- Acceptation de license :
Ouvrir
/etc/mk.conf
Ajouter :
ACCEPTABLE_LICENSES+=doom1-iwad-shareware-license
- Compilation :
localhost# cd /usr/pkgsrc/games/doomlegacy/
localhost#
localhost# make install
3/ Lancement de DoomLegacy
localhost$ doomlegacy
