For those of you using Linux on the Desktop, here is how I installed the MeLib libraries.
Step One, download the zip file from github from this page:
https://github.com/Makeblock-official/Me_Lib_V2.0
Step Two, unzip the Me_Lib_V2.0-master.zip file.
Note: You need to get rid of the parent Me_Lib_V2.0-master directory!!
Step Three, copy everything in this Me_Lib_V2.0-master directory to your /home/$USER/sketchbook directory.
Step Four, make sure you have Arduino-ide 1.0.5 at least and use the menu Sketch – Import Library – Add Library to add the directory with all the makeblock candy.
On the command line after Step Three it should look like this:
paul@xubuntu~$ cd sketchbook/
paul@xubuntu~/sketchbook$ cd libraries/
paul@xubuntu~/sketchbook/libraries$ pwd
/home/paul/sketchbook/libraries
paul@xubuntu~/sketchbook/libraries$ ls -l
total 68
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 iSoftwareSerial
drwxrwxr-x 5 paul paul 4096 Sep 8 12:40 Makeblock_Demo
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_BaseShield
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_BaseShieldMotorDriver
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_Bluetooth
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_InfraredReceiverDecode
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_LegoBridge
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_LimitSwitch
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_LineFinder
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_MotorDriver
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_ServoDriver
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_SoftBluetooth
drwxrwxr-x 2 paul paul 4096 Sep 8 12:40 Me_SoftServoDriver
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 Me_UltrasonicSensor
-rw-rw-r-- 1 paul paul 776 Sep 8 12:40 readme.txt
drwxrwxr-x 3 paul paul 4096 Sep 8 12:40 SoftwareServo
@makeblock team:
This topic can be useful on the wiki. Feel free to put it there, you don’t need to give me credit.
(Or can I get an account on wiki.makeblock.com to add an occasional guide?)