Skip to content

ansor4/sfslite

This branch is 4 commits behind OkCupid/sfslite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew Kelley
Jun 12, 2017
09b05c4 · Jun 12, 2017
Jun 12, 2017
Jun 12, 2017
Nov 13, 2008
Jun 12, 2017
Oct 9, 2013
Jun 12, 2017
Jun 12, 2017
Jul 5, 2013
Jun 12, 2017
Apr 5, 2010
May 29, 2013
Jun 12, 2017
Oct 31, 2013
Feb 13, 2012
Jan 10, 2011
Aug 17, 2005
Jun 12, 2017
Jun 12, 2017
Jun 12, 2017
Jun 12, 2017
Jun 12, 2017
Sep 20, 2013
Jun 12, 2017
Sep 24, 2013
Sep 24, 2003
Sep 24, 2003
May 19, 2006
Sep 24, 2003
Feb 27, 2013
Sep 24, 2003
May 18, 2007
Sep 24, 2003
Apr 30, 2006
May 13, 2007
Jun 28, 2006
Jan 7, 2016
Feb 19, 2009
Dec 8, 2005
Oct 30, 2014
Sep 24, 2003
Jul 1, 2005
Dec 7, 2005
Jan 18, 2012

Repository files navigation

SFSLITE README
=======
$Id$

SFSLITE HOWTO
-------------
- Based on David Mazieres's SFS (see www.fs.net)

- Build requires GMP version 4 or higher

If from SVN, then you need the GNU autotool suite, with 
libtool/libtoolize:
	
	$ sh -x setup.gnu -f -i -s
	$ ./configure
	$ gmake
	$ gmake install

If from a release tarball, then just:

	$ ./configure
	$ gmake
	$ gmake install

This will install with the default build options: -O2 with static linkage,
and no dmalloc support.  Different build options accessed like:

	$ ./configure --with-mode=shdbg

etc, where the modes are:

	shdbg:	shared build, with dmalloc support, no compiler optimization
	shared: shared build, no compiler optimization
	shopt:	shared build, -O2
	debug:  static build, with dmalloc support, no compiler optimization
	deflt:	static build, -O2, no dmalloc

This library was also available as a port for FreeBSD, but 
I fell behind and had trouble navigating the Ports bureaucracy.
If you depend on the FreeBSD port and would like to help me out, 
please drop me a line.

Max Krohn
(first name AT okws DOT org)

About

SFSlite C++ development libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.0%
  • C++ 30.0%
  • Perl 6.4%
  • Logos 3.0%
  • M4 2.7%
  • Python 1.7%
  • Other 1.2%