Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
I had to be able to compile the CLN library from Ubuntu to Windows.
Zip all files from the Ubuntu terminal:
zip -r clnsrc.zip /usr/include/cln |
Copy the zip to a windows computer. Compiling goes fine. Linking fails, with the (expected) undefined reference to cln::cl[something].
Build fails.
One cannot just download the source from the CLN homepage and unzip: the library must be built.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.