Next: 3.3.3 Running build.py
Up: 3.3 OSSIE Core Framework
Previous: 3.3.1 Allowing Root Access
Contents
3.3.2 Creating /sdr
By default, the installation directory of the OSSIE platform is /sdr. In
order to install new source code and binaries into this directory
without root permissions, you need to create and change the ownership of /sdr.
# mkdir /sdr
# chown -R username.username /sdr
where username is your user name.
2008-04-25