How to build c++ gretl library in Linux like Ubuntu with documented library dependencies
How to build c++ gretl library in Linux like Ubuntu with documented library dependencies As root in a terminal: apt-get install gcc autoconf automake1.9 libtool flex bison gcc-doc \ libc6-dev libc-dev gfortran gettext pkgconfig apt-get build-dep gretl You will need to install other undocumented dependencies libcurl and a few others: apt-get install libcurl3-dev …
How to build c++ gretl library in Linux like Ubuntu with documented library dependencies Read More »