![]() |
2009-10-18
, 22:48
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#2
|
![]() |
2009-10-18
, 23:05
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#3
|
![]() |
2009-10-18
, 23:34
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#4
|
The other option, and what I've gone for on top of a Fedora system, is to install Ubuntu in a VM and use the provided scripts to install onto that. If you then SSH into the VM you can have it forward the X traffic back to a copy of Xephyr running on the host.
Aside from giving the SDK an Ubuntu/Debian style environment it neatly contains it and avoids having to run the installer scripts as root on your actual system.
![]() |
2009-10-18
, 23:46
|
Posts: 74 |
Thanked: 142 times |
Joined on Oct 2009
@ Chicago, US
|
#5
|
dev-embedded/scratchbox dev-embedded/scratchbox-devkit-apt-https dev-embedded/scratchbox-devkit-debian dev-embedded/scratchbox-devkit-doctools dev-embedded/scratchbox-devkit-git dev-embedded/scratchbox-devkit-perl dev-embedded/scratchbox-devkit-qemu dev-embedded/scratchbox-devkit-svn dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5
./maemo-scratchbox-install_5.0beta.sh –u USER -F -s /opt/scratchbox
/etc/init.d/scratchbox start
/opt/scratchbox login
The Following 3 Users Say Thank You to pinsh For This Useful Post: | ||
![]() |
2009-10-19
, 00:08
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#6
|
3. Read the instructions "4. Installing on 64bit Debian based distrubution" at http://maemo.org/development/sdks/ma...0_installation (the stuff about vdso and where to download the installer).
![]() |
2009-10-19
, 09:12
|
Posts: 2 |
Thanked: 0 times |
Joined on Oct 2009
|
#7
|
Hi,
I recently installed the maemo 5 SDK on Gentoo amd64, let me try to reconstruct what I did to get it done. Maybe we can add it to the wiki after some editing.
1. Re-emerge x11-base/xorg-server with the "kdrive" USE flag enabled, this will give you Xephyr.
2. Instead of using the scratchbox installer from maemo, install the following using portage (you may have to unmask some packages):
3. Read the instructions "4. Installing on 64bit Debian based distrubution" at http://maemo.org/development/sdks/ma...0_installation (the stuff about vdso and where to download the installer). Install the SDK as follows:Code:dev-embedded/scratchbox dev-embedded/scratchbox-devkit-apt-https dev-embedded/scratchbox-devkit-debian dev-embedded/scratchbox-devkit-doctools dev-embedded/scratchbox-devkit-git dev-embedded/scratchbox-devkit-perl dev-embedded/scratchbox-devkit-qemu dev-embedded/scratchbox-devkit-svn dev-embedded/scratchbox-toolchain-cs2007q3-glibc2_5
4. Start scratchbox:Code:./maemo-scratchbox-install_5.0beta.sh –u USER -F -s /opt/scratchbox
5. Follow the instructions "2. Starting/shutting down the SDK UI", but useCode:/etc/init.d/scratchbox start
to login.Code:/opt/scratchbox login
I hope this helps.
![]() |
2009-10-19
, 23:29
|
Posts: 74 |
Thanked: 142 times |
Joined on Oct 2009
@ Chicago, US
|
#8
|
![]() |
2009-10-20
, 02:01
|
Posts: 74 |
Thanked: 142 times |
Joined on Oct 2009
@ Chicago, US
|
#9
|
![]() |
2009-10-20
, 02:26
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#10
|
I was wondering if anyone could point me to a guide that was less than a year old or that detailed all requirements for a fremantle SDK install on 64-bit Gentoo install? Or you could just tell me
Thanks in advance for your help!
-Court