ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/xneko/README
Revision: 1
Committed: Tue Apr 28 20:35:01 2026 UTC (2 months, 3 weeks ago) by operz
File size: 308 byte(s)
Log Message:
Import data

File Contents

# User Rev Content
1 operz 1 To compile with Linux:
2     cc -o xneko -lm -lX11 xneko.c
3     (You may need ``-Wno-incompatible-pointer-types'' on this)
4    
5     To compile with XQuartz (Macintosh):
6     cc -o xneko -lm -lX11 -I/opt/X11/include -L/opt/X11/lib xneko.c
7    
8     To compile on NetBSD:
9     cc -o xneko -lm -lX11 -I/usr/X11/include -L/usr/X11/lib xneko.c
10