Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
make help: install
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.freepascal.org/svn/lazarus/trunk@36709 4005530d-fff6-0310-9dd1-cebe43e6787f
  • Loading branch information
mattias committed Apr 10, 2012
1 parent 67b59d6 commit b5048c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions Makefile.fpc
Expand Up @@ -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"
Expand Down Expand Up @@ -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

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit b5048c7

Please sign in to comment.