Re: LC on Web
Posted by
dxli on
URL: https://forum.librecad.org/LC-on-Web-tp5713269p5713341.html
no, let's exclude anything Qt related for the time being, and we will create a viewer rendering to HTML canvas.
feel free to send in pull requests.
bhattigurjot wrote
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?