[Lazarus] Script to install set of libraries after compiling a new build of Lazarus?

2014-09-05 Thread vfclists .
Is there a standard script that you can a list of libraries that you want
compiled and installed if necessary after you create a new Lazarus build?

I find myself having to add my preferred libraries manually and it gets
tedious.


-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Script to install set of libraries after compiling a new build of Lazarus?

2014-09-05 Thread . fox
It might not be the best answer you were looking for but when I recompile 
lazarus I issue this command
make clean lazbuild useride starter
It install the packages that I previously added.
-goldenfox

Date: Fri, 5 Sep 2014 10:58:31 +0100
From: vfcli...@gmail.com
To: lazarus@lists.lazarus.freepascal.org
Subject: [Lazarus] Script to install set of libraries after compiling a new 
build of Lazarus?


Is there a standard script that you can a list of libraries that you want 
compiled and installed if necessary after you create a new Lazarus build?
I find myself having to add my preferred libraries manually and it gets tedious.
-- 
Frank Church

===
http://devblog.brahmancreations.com


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
  --
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Script to install set of libraries after compiling a new build of Lazarus?

2014-09-05 Thread vfclists .
On 5 September 2014 13:59, . fox golden...@live.com.ph wrote:

 It might not be the best answer you were looking for but when I recompile
 lazarus I issue this command

 make clean lazbuild useride starter

 It install the packages that I previously added.

 -
 goldenfox

 --
 Date: Fri, 5 Sep 2014 10:58:31 +0100
 From: vfcli...@gmail.com
 To: lazarus@lists.lazarus.freepascal.org
 Subject: [Lazarus] Script to install set of libraries after compiling a
 new build of Lazarus?



 Is there a standard script that you can a list of libraries that you want
 compiled and installed if necessary after you create a new Lazarus build?

 I find myself having to add my preferred libraries manually and it gets
 tedious.


 --
 Frank Church

 ===
 http://devblog.brahmancreations.com

 -- ___ Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




I am referring to the instance when you download a new version of Lazarus
and FPC to compile, rather than rebuilding the existing IDE.

-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus