Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # compiling/building from Debian Source Repositories
- #Enable src in apt list
- sudo vim /etc/apt/sources.list
- deb-src http://ftp.debian.org/debian main
- #or
- deb-src http://deb.debian.org/debian/ sid main
- #building DOOM
- #if you just want the source and you are going to manually build it you can:
- apt-get source prboom-plus
- #other wise use apt-src for auto compile/dependence/packaging
- sudo apt install apt-src
- mkdir src
- cd src
- apt-src install prboom-plus
- apt-src build prboom-plus
- # If you need a wad file
- sudo apt install freedoom doom-wad-shareware
- #run the binary (depending on your distro it might be prboom or a port of it)
- ./dsda-doom-*/debian/dsda-doom/usr/games/dsda-doom
- ./prboom-plus-*/debian/prboom-plus/usr/games/prboom-plus
- #building nmap
- apt-src install nmap
- apt-src build nmap
- ./nmap-*/debian/nmap/usr/bin/nmap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement