initial files
This commit is contained in:
parent
f9f55a670a
commit
f5dff6c286
Binary file not shown.
|
|
@ -0,0 +1,15 @@
|
||||||
|
Clone the Dynamixel SDK git repository on the laptop using the following command:
|
||||||
|
$ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
|
||||||
|
|
||||||
|
Go into the DynamixelSDK/c++/ directory using:
|
||||||
|
$ cd DynamixelSDK/c++
|
||||||
|
Go into the build directory using:
|
||||||
|
$ cd build
|
||||||
|
Go into the linux64 directory using:
|
||||||
|
$ cd linux64
|
||||||
|
|
||||||
|
Compile/Link the Dynamixel SDK using the following command:
|
||||||
|
$ make
|
||||||
|
|
||||||
|
Install the libraries and include files of the SDK into the OS using the following command:
|
||||||
|
$ make install
|
||||||
Binary file not shown.
Loading…
Reference in New Issue