mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 15:57:18 +01:00
make help: install
git-svn-id: trunk@36709 -
This commit is contained in:
parent
8ab70b4eca
commit
4cd477be7c
12
Makefile
12
Makefile
@ -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
|
||||
|
||||
12
Makefile.fpc
12
Makefile.fpc
@ -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
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user