Darkbothan
Up one levelPage d'accueil du dossier contenant les objets crées ou collectés par Darkbothan
- Tux daemon for windows — by Marc Renoud-Grappin — last modified 2008-04-04 01:37
- Compilation of tuxd for windows users Note that windows doesn't like much tuxd lol! Need cygwin1.dll and cygusb0.dll to work
- Tuxdaemon for Mac OSX ppc — by Marc Renoud-Grappin — last modified 2008-04-08 13:36
- Compilation of tuxd svn version using r927 of MakefileIndex: Makefile --- Makefile (revision 927) +++ Makefile (working copy) @@ -18,9 +18,9 @@ TARGET = tuxd C_INCLUDE_DIRS = -I"/usr/local/include" C_PREPROC = - CFLAGS = -pipe -Wall -Werror -g2 -std=gnu99 -O0 -DUSB_DEBUG + CFLAGS = -pipe -Wall -Werror -g2 -std=gnu99 -O0 -DUSB_DEBUG `libusb-config --cflags` LIB_DIRS = -L"/usr/local/lib" - LIBS = -lusb -lm + LIBS = -lusb -lm `libusb-config --libs` LDFLAGS = -pipe endif