Download Latest Version libwebdoc-0.2.tar.bz2 (147.9 kB)
Email in envelope

Get an email when there's a new version of libwebdoc

Home
Name Modified Size InfoDownloads / Week
libwebdoc-0.2.tar.bz2 2011-08-16 147.9 kB
reference.pdf 2011-08-10 124.3 kB
README.txt 2011-07-01 719 Bytes
libwebdoc-0.1.tar.bz2 2011-07-01 55.2 kB
Totals: 4 Items   328.1 kB 0
current version 0.1.
this version is fully usable. see the wiki page for more informations at:
	http://sourceforge.net/apps/mediawiki/libwebdoc/

installation:

	go to the current/ directory and
		make
	the libwebdoc.so will be created you can put it somewhere you want
	in my case : /opt/usr/lib/
	and copy header files /opt/usr/include/libwebdoc/

compilation:
	i used to include files like that: #include <libwebdoc/www.h>
	so to compile:
		gcc -Wall test.c -o mytest-I /opt/usr/include -L /opt/usr/lib/ -lwebdoc

using: 
	dont forget to edit your path before using your program:
		export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/op/usr/lib
	you can ad the line in your ~/.bashrc or /etc/bashrc to have when system start


Source: README.txt, updated 2011-07-01