This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d6835dbeb4
nixpkgs
/
pkgs
/
development
/
compilers
/
nasm
/
builder.sh
6 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
* "." -> "source". svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 06:11:09 -08:00
source
$stdenv
/setup
* Added SDL, Simple DirectMedia Layer. * Added NASM, the Netwide Assembler. * Added Generator, an emulator for Sega Genesis / Mega Drive machines. Built with XVideo patch. Strangely it crashes with a GDK error when started in normal mode. However, with the "-a" switch (arcade mode) it works, and subsequently switching back to windowed mode (Ctrl-F) also works. svn path=/nixpkgs/trunk/; revision=1509
2004-09-26 11:12:51 -07:00
mkdir -p
$out
/bin
mkdir -p
$out
/man/man1
genericBuild