Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:shapefile [2010-02-26 11:03:33] dages |
diana:windows:building:shapefile [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 36: | Line 36: | ||
$(LIBTOOL) --mode=finish $(PREFIX)/ | $(LIBTOOL) --mode=finish $(PREFIX)/ | ||
$(MKDIR) $(PREFIX)/ | $(MKDIR) $(PREFIX)/ | ||
- | $(INSTALL) shapefil.h $(PREFIX)/ | + | $(INSTALL) shapefil.h $(PREFIX)/ |
| | ||
clean: | clean: | ||
Line 53: | Line 53: | ||
(I would have uploaded it as an attachment, but dokuwiki won't let me) | (I would have uploaded it as an attachment, but dokuwiki won't let me) | ||
- | Now you can simply build and install: | + | Make sure your editor didn't mangle the indentation: every indented line must begin with a single tab, no spaces. |
- | $ make CC=gcc PREFIX=/ | + | Note that if you downloaded a different version than 1.2.10, you should change the value of '' |
+ | Now you can simply build and install: | ||
+ | $ make CC=gcc PREFIX=/ | ||
+ | $ echo " | ||
+ | $ cat LICENSE.LGPL >>/ | ||