Skip to content

simple-deploy/LibreGWD-python-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreGWD Python Examples

Prerequisites

Using LibreDWG GNU library Written in C languague To use this in other languages Like python and Ruby we need to bind this

links to officals pages and documentation and github

https://www.gnu.org/software/libredwg/ https://www.gnu.org/software/libredwg/refman/ https://github.com/LibreDWG/libredwg

Installing

To install LibreDWG

To setup ldconfig dynamic link library if error occurs

  • ldconfig - if library is not dynamically configured

Getting Started to run python examples

Afer complete installation and setup

Run load_dwg.py file and open sample.dwg/example_2000.dwg file run command

Python2.7

python load_dwg.py sample.dwg

Python3.6

python load_dwg.py sample.dwg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages