Utilities for dlog files
These instructions will get you a copy of the project up and running on your local machine.
- Doxygen
- g++
- make
- ar
- build
- Contains the built files.
- docs
- Contains built documentation from source.
- examples
- Contains simple examples demonstrating how to use dlog-utils.
- test
- Contains test files.
- src
- Contains the source files.
Clone this repository
git clone https://github.com/digilent/dlog-utils.git
Move to project directory
cd dlog-utils
Setup Environment
make setupEnv
Build Project
make all
Run an example
-
Windows
./examples/build/main.exe log.dlog log
-
Linux/Mac
./examples/build/main.out log.dlog log
This project is licensed under the MIT License - see the LICENSE file for details