david0126 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Wiki update for Arduino library installation needed #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

the current Wiki says to install Arduino u8glib with the following steps:

Install
    Arduino
        Unzip u8glib_arduino...X.XX.zip into the "libraries" folder of the Arduino IDE
        Start Arduino IDE 

Starting with the upcoming Arduino1.5 under MacOS-X Arduino IDE is a signed 
bundle. If some one copies anything inside of the bundle (to the Arduino IDE 
library path) the signature gets corrupt and Arduino IDE can not start anymore.

Solution:

Use the much easier way to import a external library to the Arduino IDE library 
sets (tested with old (1.0.x) and new (1.5.x) Arduino IDE:

Install
    Arduino
        Start Arduino IDE
        Click on "Sketch->Import Library->Add Library" and select the downloaded u8glib_arduino_vX.XX.ZIP 

Original issue reported on code.google.com by maik.st...@googlemail.com on 14 Nov 2013 at 6:39

GoogleCodeExporter commented 8 years ago
Oh, I did not know this. I will check "Sketch->Import Library->Add Library"

Original comment by olikr...@gmail.com on 15 Nov 2013 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 24 Jan 2014 at 8:20