android - how to run GIT commands -
i new android open accessor aoa
, , wanted download paho
library designed android service.
i read documentaion here, says in section of building source
have apply command
git clone http://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.java.git
i not know run command? cmd
command or what? not know.
if using linux(considering ubuntu here) need install git first
sudo apt-get install git
then in terminal can utilize clone repo in local directory
git clone http://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.java.git
if on windows install git on windows follow instructions git on site: http://git-scm.com/downloads
android eclipse git paho android-open-accessory
No comments:
Post a Comment