Forum > General

how to install packages on command line?

(1/1)

sainimu78:
I have many packages to install. so how to do it on command line?

These don't work now
1 ..\lazarus\bin32\lazbuild.exe --create-makefile ..\lazarus\components\pl_ZMSQL\pl_zmsql.lpk
2 ..\lazarus\fpc\3.0.0\bin\i386-win32\make.exe bigide INSTALL_PREFIX=D:\lazarus\

I have tried ..\lazarus\bin32\lazbuild.exe  --add-package ..\lazarus\components\pl_ZMSQL\pl_zmsql.lpk, it doesn't work.




I upload a .bat file. It is the build bat of codetyphon on lazarus 1.4.0 with many pl_*.lpk installed.

kris:
On the this wiki: http://wiki.freepascal.org/Install_Packages

It says:


--- Quote ---Compile an IDE with packages at command line
You can use lazbuild to compile and install your package, and add --build-ide to rebuild the IDE.
--- End quote ---

trying to make this work...

Navigation

[0] Message Index

Go to full version