SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

$Amigan: fakedbfs/README,v 1.17 2006/04/19 20:05:08 dcp1990 Exp $

This is the fakedbfs distribution, version 2.0.0-RELEASE (Doctor Wu). See the contents of doc/ for more information.
Feel free to email me at <dcp1990@neptune.atopia.net> if you have any questions.

REQUIRES
-A Unix system (win32 and amiga currently not supported...I want to support them but have better things to do than cater to windows users) -sqlite-3.2.7 or later installed -flex (I use the version currently in FreeBSD base, 2.5.4) -id3lib, libFLAC, libogg, and libvorbis if you want to build plugins/music/

This was primarily developed on FreeBSD. While I have made it a point to try to make stuff portable, it may have problems building on systems such as Linux or Solaris. Please, mail me if you have such problems!

TO BUILD:

vim fdbfsconfig
sh config.sh tclsh8.4
make
(replace tclsh8.4 with the name of tclsh on your system)

If you want API docs, install doxygen and do the following: make docs

You should now see them in doc/doxy/. Enjoy!

Currently, there are no installation procedures. I will have these next release.

Make targets include all, clean, configclean (removes only config files), and allclean (clean and configclean)

fdbfsconfig options:

platform <unix|amiga|win32>

selects target/build platform. This MUST be present.

prefix path

sets prefix to whatever (default .)

dmalloc

if you want to build with dmalloc, set this

freedebug

for free() debugging....useful for debugging memory leaks within the dbinit subsystem

pcre pcre-config_path

        Use libpcre instead of POSIX regexs. pcre-config path is the directory where pcre-config is contained.
        example: pcre /usr/local/bin


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.