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
For Unix/Linux we distribute the SDK as source code. The release tarballs
46
54
contain a simple build script that should work on most Unix/Linux systems. The
47
-
build system is currently autotools.
55
+
build system is currently autotools.
48
56
49
57
To install cmake on Ubuntu use apt-get and install the following:
50
58
51
59
$ sudo apt-get install cmake
52
-
60
+
53
61
To install cmake on CentOS use yum and install the following:
54
62
$ sudo yum install cmake
55
63
@@ -66,15 +74,15 @@ On Ubuntu you can install them with apt-get:
66
74
67
75
$ sudo apt-get install libxml2-dev
68
76
$ sudo apt-get install libcurl4-openssl-dev
69
-
$ sudo apt-get install libglib2.0-dev
70
-
77
+
$ sudo apt-get install libglib2.0-dev
78
+
71
79
On CentOS you can install them with yum:
72
80
73
81
$ sudo yum install libxml2-devel
74
82
$ sudo yum install libcurl-devel
75
-
$ sudo yum install glib2-devel
76
-
77
-
For testing you will need the boost unit test library as well.
83
+
$ sudo yum install glib2-devel
84
+
85
+
For testing you will need the boost unit test library as well.
78
86
79
87
On Ubuntu this can be installed with:
80
88
@@ -83,7 +91,7 @@ On Ubuntu this can be installed with:
83
91
On CentOS this can be installed with:
84
92
85
93
$ sudo yum install boost-test
86
-
94
+
87
95
Release Tarball
88
96
---------------
89
97
@@ -140,7 +148,7 @@ To build the sample, use the following commands:
140
148
$ cd sample
141
149
$ make deps # Builds the SDK and installs it into directory/containing/source/tree**/install**
142
150
$ make
143
-
151
+
144
152
To run it, first ensure that DS3_ACCESS_KEY, DS3_SECRET_KEY, DS3_ENDPOINT (and optionally http:proxy) are set in environment variables to match the target device. For the simulator, see [Installation Instructions] (https://developer.spectralogic.com/sim-install/)
145
153
146
154
$ make run-put-bulk # create "books" bucket and put files into it
@@ -222,12 +230,12 @@ The next demonstrates how to create a new bucket:
0 commit comments