Skip to content

ekoeppen/cDCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ CI

The Desktop Connection Library (DCL) is a multi-platform library to connect to Newtons using the Dock protocol and to manipulate NewtonOS data.

Compilation and portability

This release of the DCL should be compiled with cmake. The library and sample code programs run on macOS X and Linux.

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build .
ctest . -C Debug

License and authors

The DCL is released under the Mozilla Public License 1.1. The original authors are:

This version also includes changes by:

This distribution also includes a subset of K Libs with the same authors.