-
Notifications
You must be signed in to change notification settings - Fork 0
Gemini Core Library
License
geminicomplex/libgcore
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
________ .__ .__ / _____/ ____ _____ |__| ____ |__| / \ ____/ __ \ / \| |/ \| | \ \_\ \ ___/| | | \ | | \ | \______ /\___ >__|_| /__|___| /__| \/ \/ \/ \/ GEMINI CORE LIBRARY libgcore v1.2.1 =============================================================================== OVERVIEW =============================================================================== The Gemini Core Library or libgcore provides a low-level application programming interface for working with dots/stim/prgm files and interacting with the Gemini gcore driver. Libgcore is built as a dynamic library that can be linked against at runtime. All the board specific APIs are located in the "board" directory and are used by internal software, only when actually running on the Gemini Tester. =============================================================================== INSTALL =============================================================================== 1. git clone https://github.com/geminicomplex/libgcore 2. make <mac or linux or arm> 3. check the build/ directory