You are not logged in.
Pages: 1
Hi, is possible to make this great library into a package?
To make it more simple to install and include into projects.
Thanks.
Offline
Ok.
Basically a package contains all the files needed. In the package options you can define the include files and libraries as well.
Package -> New package. There you can go to options and set the relative paths where files must be found.
And when you work like this, you can include a package into a lazarus project, doesn't matter where it's located because the path is found by the IDE when you first open and compile the package.
Offline
What I did with websockets is just copy the files I needed and the compiled files as well. So I don't need to include the entire mormot framework. This goes well with the license? Sorry, I ask here because is related with the distribution, as a package is as well.
Offline
Pages: 1