Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
5e81f277
Commit
5e81f277
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
More info on prereqs
parent
d91ad6c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/README.md
+16
-2
16 additions, 2 deletions
server/README.md
with
16 additions
and
2 deletions
server/README.md
+
16
−
2
View file @
5e81f277
...
...
@@ -68,5 +68,19 @@ Prerequisites
The OPC server has been designed to work smoothly on Mac OS and Linux. With some work, it's possible to get it running on Windows.
Requires
[
libusb 1.0
](
http://www.libusb.org/
)
or later.
Requires
[
libev
](
http://software.schmorp.de/pkg/libev.html
)
.
*
Requires
[
libusbx
](
https://github.com/libusbx/libusbx
)
version 1.0.16 or later.
*
Requires
[
libev
](
http://software.schmorp.de/pkg/libev.html
)
.
On Mac OS, the required packages are easy to install with
[
Homebrew
](
http://brew.sh/
)
:
$ brew install libusbx libev
On Debian or Ubuntu Linux, libev can be installed with apt-get, but currently you must compile libusbx yourself:
$ sudo apt-get install libev libtool autoconf automake libudev-dev
$ git clone https://github.com/libusbx/libusbx.git
$ cd libusbx
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment