make help: install

git-svn-id: trunk@36709 -
This commit is contained in:
mattias 2012-04-10 11:52:45 +00:00
parent 8ab70b4eca
commit 4cd477be7c
2 changed files with 24 additions and 0 deletions

View File

@ -2664,6 +2664,8 @@ help:
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"
@$(ECHO) " useride calls lazbuild to build an IDE with your active profile, requires lazbuild"
@$(ECHO) " install installs Lazarus under $(LAZARUS_INSTALL_DIR)"
@$(ECHO) " You can change the directory by appending INSTALL_PREFIX=/some/path"
@$(ECHO)
@$(ECHO) " Sub targets"
@$(ECHO) " registration build package FCL"
@ -2698,6 +2700,16 @@ help:
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)
@$(ECHO) " Another possibility is to create a clean copy via the "svn export" command."
@$(ECHO)
@$(ECHO) " Install:"
@$(ECHO) " Note: You can use Lazarus without installing. Just start the lazarus executable."
@$(ECHO) " 1. Build Lazarus as normal user with one of the above commands."
@$(ECHO) " 2. Install as root into /usr"
@$(ECHO) " sudo make install"
@$(ECHO) " This installs startlazarus, lazarus-ide, lazbuild under /usr/bin"
@$(ECHO) " and copies the whole lazarus source directory to /usr/share/lazarus"
@$(ECHO)
@exit
registration:
$(MAKE) -C packager/registration

View File

@ -56,6 +56,8 @@ help:
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"
@$(ECHO) " useride calls lazbuild to build an IDE with your active profile, requires lazbuild"
@$(ECHO) " install installs Lazarus under $(LAZARUS_INSTALL_DIR)"
@$(ECHO) " You can change the directory by appending INSTALL_PREFIX=/some/path"
@$(ECHO)
@$(ECHO) " Sub targets"
@$(ECHO) " registration build package FCL"
@ -90,6 +92,16 @@ help:
@$(ECHO) " you can use the following command under Linux/OS X:"
@$(ECHO) " svn status | grep '\?' | sed -e 's/\? *//' | xargs rm -r"
@$(ECHO)
@$(ECHO) " Another possibility is to create a clean copy via the "svn export" command."
@$(ECHO)
@$(ECHO) " Install:"
@$(ECHO) " Note: You can use Lazarus without installing. Just start the lazarus executable."
@$(ECHO) " 1. Build Lazarus as normal user with one of the above commands."
@$(ECHO) " 2. Install as root into /usr"
@$(ECHO) " sudo make install"
@$(ECHO) " This installs startlazarus, lazarus-ide, lazbuild under /usr/bin"
@$(ECHO) " and copies the whole lazarus source directory to /usr/share/lazarus"
@$(ECHO)
@exit
#-----------------------------------------------------------------------------