include include in dist, more README
authorTero Marttila <terom@fixme.fi>
Thu, 31 Dec 2009 17:46:54 +0200
changeset 29 88691556661f
parent 28 094893cdbab7
child 30 53e99e552122
include include in dist, more README
Makefile
README
--- a/Makefile	Thu Dec 31 17:38:00 2009 +0200
+++ b/Makefile	Thu Dec 31 17:46:54 2009 +0200
@@ -85,7 +85,7 @@
 
 dist:
 	mkdir -p dist/$(DIST_NAME)
-	cp -rv Makefile $(DIST_RESOURCES) src/ dist/$(DIST_NAME)/
+	cp -rv Makefile $(DIST_RESOURCES) src/ include/ dist/$(DIST_NAME)/
 	rm dist/$(DIST_NAME)/src/*/.*.sw[op]
 	make -C dist/$(DIST_NAME) dirs
 	tar -C dist -czvf dist/$(DIST_NAME).tar.gz $(DIST_NAME)
--- a/README	Thu Dec 31 17:38:00 2009 +0200
+++ b/README	Thu Dec 31 17:46:54 2009 +0200
@@ -20,18 +20,24 @@
     There is a separate project that provides a web-based tile viewer using Javascript (implemented in Python as a
     WSGI application).
 
+    The .cache files are not portable across different architectures.
+
+
 COMPILING:
     The library depends on libpng and pthreads. The code was developed and tested using:
 
         * libpng 1.2.15~beta5-3ubuntu0.1
         * NPTL 2.7 (glibc 2.7-10ubuntu5)
 
+    The code was verified to compile and run on cc.hut.fi's Ubuntu computers, e.g. asterix.hut.fi.
+
     To compile, simply execute
 
         make
 
     The libpngtile.so will be placed under lib/, and the 'util' binary under bin/.
 
+
 USAGE:
     Store the .png data files in a directory. You must have write access to the directory when updating the caches,
     which are written as a .cache file alongside the .png file.