On Wed, Aug 8, 2012 at 12:27 PM, Richard Hipp <d...@sqlite.org> wrote:

> Copy Makefile.linux-gcc into Makefile.  Edit to suite your system.  Type
> "make"
>

You can also do:

ln -s GNUmakefile.linux Makefile
or
ln -s GNUmakefile.linux GNUmakefile

which includes Makefile.linux-gcc. GNU make will prefer the file
GNUmakefile over Makefile if it exists.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to