diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-30 16:13:42 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-04-30 16:13:42 +0900 |
commit | 5ec7b7e9975a70ae0a84f271007486a86ddb7d9f (patch) | |
tree | 5ec9320e7fca4a83558c1f134b18ba31ab50142e /README | |
parent | d16f379534fe3598d534cf9557ee3b80a12b681f (diff) | |
download | sbs-5ec7b7e9975a70ae0a84f271007486a86ddb7d9f.tar.gz sbs-5ec7b7e9975a70ae0a84f271007486a86ddb7d9f.tar.bz2 sbs-5ec7b7e9975a70ae0a84f271007486a86ddb7d9f.zip |
updated to 1.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ Setup SBS (takes about 5 minutes): 1. git config --global user.email "your_id@your_company.com" 2. mkdir git ; cd git 3. sudo aptitude install debootstrap -4. git clone git://112.106.1.251/tools/sbs +4. git clone git://review.tizen.org/tools/sbs 5. cd sbs ; ./install-sbs @@ -40,7 +40,7 @@ Setting up SBS environment (takes about 20 minutes): Building a module with SBS: -1. git clone git://112.106.1.251/pkgs/e/ecore.git +1. git clone git://review.tizen.org/pkgs/e/ecore.git 2. cd ecore 3. ~/sbs-install/bin/sbs -e dpkg-buildpackage -b # will fail because of missing build deps 4. ~/sbs-install/bin/sbs -et apt-get install ... # install list of build dependencies |