Skip to content
Snippets Groups Projects
Commit 5561565e authored by Josh Siegle's avatar Josh Siegle
Browse files

Update README

parent 2a70b7a3
Branches
Tags
No related merge requests found
This diff is collapsed.
......@@ -6,7 +6,7 @@ This GUI was designed to provide a fast and flexible interface for acquiring and
Everything is written in C++, with the help of the Juce_ library. Juce is lightweight, easy to learn, and completely cross-platform. What's more, it includes a variety of classes for audio processing, which have been co-opted to process neural data. It might be necessary to create custom data processing classes in the future, but for now, Juce takes care of a lot of the messy bits involved in analyzing many parallel data streams.
This repository contains all of the files you'll need to compile and run the GUI on Linux, Mac OS X, and Windows. The makefile (for Linux), XCode project (for Mac), and Visual Studio 2012 project (Windows) are located in the Builds/ directory. Extra Windows dependencies (such as DLLs) are conveniently located in the windeps/ folder.
This repository contains all of the files you'll need to compile and run the GUI on Linux, Mac OS X, and Windows. The makefile (for Linux), XCode project (for Mac), and Visual Studio 2012 project (Windows) are located in the Builds/ directory.
We recommend reading through the wiki_ before attempting to make any changes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment