Re: LC on Web
Posted by bhattigurjot on
URL: https://forum.librecad.org/LC-on-Web-tp5713269p5713340.html
I have been able to build v3 with emscripten cmake. The boost library could not be dynamically linked, so it had to be included and compiled with v3.
Although so far only .o files are generated, and I was able to run librecad as usual. I guess I only build lcv3 with emscripten toolchain instead of gcc.
I will generate js files next.
For the minimalist approach, only lckernel and lcviewernoqt is required?