Skip to content

Library with simple C++ interface for read MS Word 97-03 documents (.doc)

Notifications You must be signed in to change notification settings

fgfgfhfg/SimpleDocFileReaderLibrary

 
 

Repository files navigation

SDRL (SimpleDocFileReaderLibrary)

Library with simple C++ interface for read MS Word 97-03 documents (.doc)

In active development!

Installation

Windows

Requirements:

  • Visual Studio 2013 - 2017
  • CMake

Run

.\build.bat

Linux

Requirements:

  • g++
  • make
  • CMake

Run

sh ./build.sh

As a depenency for another project

In your CMakeLists.txt, add:

add_subdirectory(PATH_TO_THIS_LIBRARY)

target_link_libraries(YOUR_PROJECT SDRL)

About

Library with simple C++ interface for read MS Word 97-03 documents (.doc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.5%
  • C 4.2%
  • QMake 3.1%
  • Other 1.2%