You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: listeners/GPII_USBListener/README.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,3 @@ Build using Visual studio. The 2013 Express version is know to work. You can bui
9
9
### libcurl
10
10
11
11
The static version of libcurl is used to create the http GET actions and while files for libcurl 7v37 are included in the source you may wish to regenerate them, for example to update libcurl. To generate these files do the following
12
-
13
-
### Alternative build (not used)
14
-
15
-
See the README in libcur/ for details of generating these files
16
-
Dependencies:
17
-
1. MinGW - download and install from http://www.mingw.org
18
-
2. libcurl - download from http://curl.haxx.se/download.html and follow build/installation instructions for Windows MinGW (http://curl.haxx.se/docs/install.html)
19
-
20
-
Installation instructions:
21
-
1. Make sure you have MinGW installed.
22
-
2. Copy lib/libcurl.dll from the curl build to a folder on your system's PATH or this root directory
23
-
3. Build and link with MinGW g++ with the build.cmd file or else use the following options:
You need to pay specific attention to the -I, -L, -static-libgcc and -lcurldll flags.
27
-
4. When the application is run, you should be able to see UsbUserListener.exe in the task manager. Fire up the Flow Manager to see requests coming upon insertion or removal of USB sticks.
28
-
29
-
Build flags:
30
-
-I, -L and -l specify the include path for curl/curl.h and the libcurldll.a library
31
-
-static-libgcc is needed for the application to run. If omitted, the application terminates immediately (http://www.eclipse.org/forums/index.php/mv/tree/156519/#page_top)
32
-
33
-
34
-
In order to run the application, the dll libcurl.dll must be resolvable on the PATH (preferably in the same directory as the .exe) otherwise
35
-
the .exe will terminate on startup with error 0xc0000013
0 commit comments