-
Notifications
You must be signed in to change notification settings - Fork 34
/
readme.txt
executable file
·31 lines (25 loc) · 1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
The OpenBench Logic Sniffer is a $50 Open Source Logic Analyzer developed in collaboration between Gadget Factory (www.gadgetfactory.net) and Dangerous Prototypes (www.dangerousprototypes.com).
Overview
--------
This git repository is a super project to bring together all of the Openbench Logic Sniffer projects into one place. It contains a master build script and all of the subprojects that comprise the software for the OLS.
Purchase
--------
[Gadget Factory](http://www.gadgetfactory.net/index.php?main_page=product_info&cPath=10&products_id=30)
[Seeed Studio](http://www.seeedstudio.com/depot/preorder-open-workbench-logic-sniffer-p-612.html?cPath=75)
Prerequisites
-------------
Before building ensure you have the following installed:
* git, make, gcc-mingw, g++ (get these with cygwin for Windows)
* perl
* unzip, zip
* ant (ant.apache.org)
* maven
Build
-----
git clone git://github.com/GadgetFactory/OpenBench-Logic-Sniffer.git
cd build
ant update
ant build
ant run
ant dist
run 'ant help' to see options.