-
hi, maintainer, are there any plans to support golang?
Have a nice day :-)
-
The SWIG python bindings fail with the following error:
```sh
[build/v2.1.11.1]$ cmake -DBUILD_PYTHON_WRAPPER=ON ../../source/v2.1.11.1
...
[build/v2.1.11.1]$ make
...
[ 97%] Building CXX object…
-
Are there any docs for the python bindings available. I have no idea how to use libredwg and run into a crash imediatly:
```
>>> import LibreDWG
>>> LibreDWG.Dwg_Data()
>>> data = LibreDWG.Dwg…
-
Any plans on porting this to C/C++ so that other language bindings (I.E. SWIG) can be made available?
-
See a CI build [https://download.copr.fedorainfracloud.org/results/packit/rpm-software-management-dnf5-1793/fedora-rawhide-x86_64/08165698-dnf5/builder-live.log.gz]. I can reproduce it locally in Fedo…
-
Hi,
Thanks for putting the scripts together to lighten the load!!
I have a specific need to try an compile version 18.9-leia from source. However, at 100% Linking CXX executalbe to kodi-- I …
-
I compile cgal-swig-bindings and install the Python 3 bindings as follow. However, it seems that the Python bindings are not being installed properly. Can someone help me figure out what I'm doing wro…
-
http://www.swig.org/
Could allow us to automatically generate Python and Lua bindings
-
SWIG is used by Go to generate bindings for C++ CGO libs.
-
I just installed CGAL on ubuntu doing `sudo apt-get install libcgal-dev` then I installed the python bindings doing `pip install cgal-bindings` (I also tried to install using the source and the result…