Hi,
I am new in the FreeBSD world and I have simple questions to setup my developer environment. I am a C++ developer and I come from GNU/Linux -> Debian.
So, mostly I used in my projects the shared libraries from the system. Example: when I want to use curl, I install curl like
But how install this in FreeBSD??
For curl (without header files) I used the package manager (
david
I am new in the FreeBSD world and I have simple questions to setup my developer environment. I am a C++ developer and I come from GNU/Linux -> Debian.
So, mostly I used in my projects the shared libraries from the system. Example: when I want to use curl, I install curl like
apt get libcurl-dev
.But how install this in FreeBSD??
For curl (without header files) I used the package manager (
pkg install curl
)david