Last active
December 19, 2015 09:48
-
-
Save vishwassharma/5935356 to your computer and use it in GitHub Desktop.
Revisions
-
vishwassharma revised this gist
Jul 5, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sudo apt-get install gawk wget git-core diffstat unzip texinfo build-essential chrpath libsdl1.2-dev xterm autoconf automake libtool libglib2.0-dev make -
vishwassharma created this gist
Jul 5, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #I like to work in home bin directory cd $HOME/bin #Get the source code wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/poky-dylan-9.0.0.tar.bz2 #Extract the files into the corresponding directory tar xvf poky-dylan-9.0.0.tar.bz2 cd poky-dylan-9.0.0