Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r22 r25 1 1 RegLookup Installation 2 2 ====================== 3 4 Prerequisites 5 ------------- 6 7 This package doesn't require much for installation. Just what typically 8 comes with any free operating system. Be sure you have: 9 10 - GNU Make 11 - GCC 3 12 4 13 … … 9 18 # and as root 10 19 make install 20 21 If GNU Make isn't your default, you may need to run `gmake' instead. 11 22 12 23 -
trunk/Makefile
r23 r25 34 34 cp -r $(BUILD_BIN)/* $(BIN_PREFIX) 35 35 cp -r $(BUILD_DOC)/* $(DOC_PREFIX) 36 # Possibly move it to doc/Makefile 37 cp -sf $(DOC_PREFIX)/man/man1/* $(MAN_PREFIX)/man1 36 $(MAKE) -C doc install 38 37 39 38 -
trunk/doc/Makefile
r23 r25 10 10 11 11 build: generate default 12 13 install: 14 ln -sf $(DOC_PREFIX)/man/man1/* $(MAN_PREFIX)/man1
Note: See TracChangeset
for help on using the changeset viewer.