Lazarus

Programming => Packages and Libraries => Topic started by: dogriz on October 28, 2015, 09:57:33 am

Title: ZEOS install - noGUI Linux/FPC machine
Post by: dogriz on October 28, 2015, 09:57:33 am
I have installed fpc 2.6.4 and fpc sources (from repository) on Debian 8 noGUI machine. So there is no GUI and no Lazarus, just fpc and fp-ide. Now, I am trying to install ZEOS stable 7.1.4 package. I have downloaded Zeos7.1.4.zip file and unpacked it in home directory. And I'm stuck. What are the next steps? I checked some docs about fppkg tool, but didn't find out how to use it to install zeos.
My goal is to create console fpc application that will use some zeos components for accessing dbs.
Title: Re: ZEOS install - noGUI Linux/FPC machine
Post by: Leledumbo on October 28, 2015, 10:56:18 am
You need to compile the units manually and put the path to those compiled units in directories menu of fpide or in fpc.cfg. Basically that's what a .lpk does when a package is added to a project: adding as many -Fu as required to the compiler's option based on its compiled unit path.
Title: Re: ZEOS install - noGUI Linux/FPC machine
Post by: dogriz on October 28, 2015, 11:59:49 am
You need to compile the units manually and put the path to those compiled units in directories menu of fpide or in fpc.cfg. Basically that's what a .lpk does when a package is added to a project: adding as many -Fu as required to the compiler's option based on its compiled unit path.

It worked. Thanks.
TinyPortal © 2005-2018