libboard
libboard copied to clipboard
A vector graphics C++ library to produce EPS, SVG, and FIG files.
I am having a lot of errors setting this up in VS Code. First of all, it is giving me errors like: C:/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lboard collect2.exe: error: ld returned...
I'm trying to build the library inside a subdirectory named "build" to leave the sources clean for subsequent builds but I am getting the following errors: Creating include/BoardConfig.h...../configure: 242: ../configure:...
Hi all, I create a new function in Board to draw 2D images stored in vectors. I did so, by printing a rectangle for each pixel. The problem is that...