Author Topic: Stand alone Ubuntu orbiter  (Read 13019 times)

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #15 on: June 26, 2010, 08:36:43 pm »
Do i have to work from the core if i do c++, yes the screen is big 42in but if i go to kde the res is not good for programming
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #16 on: June 26, 2010, 08:37:50 pm »
I installed kubuntu 10.04 thinking thats what you guys use for programming
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #17 on: June 26, 2010, 08:38:24 pm »
I am programming directly on my core.

-Thom

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #18 on: June 26, 2010, 08:39:10 pm »
However, I am usually using it from another machine (one of my laptops) via ssh.

-Thom

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #19 on: June 26, 2010, 08:41:33 pm »
so you geek it by programming in the terminal and not an IDE over say vnc
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #20 on: June 26, 2010, 09:15:20 pm »
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #21 on: June 26, 2010, 10:31:28 pm »
It will for later, for now, the notes I posted above are relevant.

-Thom

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #22 on: June 26, 2010, 11:03:37 pm »
so i should be in my home folder
then type:
mkdir lmcesvn
cd lmcesvn
svn checkout http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/ linuxmce
copy the contents of /usr/pluto/lib into its src/lib(in the svn dir i guess)
nano ~/.bashrc insert: export SNR_CPPFLAGS="-DKDE_LMCE" export SNR_LDFLAGS=" "
sudo apt-get install pluto-dcegen
sudo apt-get install pluto-sql2cpp
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #23 on: June 26, 2010, 11:07:06 pm »
sure.

This is assuming you choose to do c++ based development.

-Thom

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #24 on: June 26, 2010, 11:28:52 pm »
just wanted to make sure i got the right commands as you did not say how to checkout the svn
and yes i think it would be best all round to go c++ as then while I'm in there i can help the project too.
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #25 on: June 27, 2010, 03:01:05 am »
Well thats all done no errors is there anything els i need to do.
maybe some pointers about programming in a terminal as im used to the visual basic ide
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #26 on: June 27, 2010, 03:08:06 am »
If you put it in /home, you should be able to open the share from a windows computer, and edit the files with an IDE, if you wish.

-Thom

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #27 on: June 27, 2010, 04:29:30 am »
yeah I map a network drive, now i've got to just pick a folder LOL
I looked at this page http://wiki.linuxmce.org/index.php/Programmer's_Guide
and there is a link http://plutohome.com/support/doxygen/ that leads no where
« Last Edit: June 27, 2010, 04:31:01 am by Riggs »
Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.

MarcoZan

  • Veteran
  • ***
  • Posts: 148
    • View Profile
Re: Stand alone Ubuntu orbiter
« Reply #28 on: June 29, 2010, 07:40:38 pm »
my 0.2 ...

not to prevent you from starting a developement rig .... but if in the mean time you really need an orbiter running under linux you may consider to install wine and install windows Orbiter with that.

I also have Lucid on my laptop, and I can say that Orbiter with wine runs fine.

Regards
Marco

Riggs

  • Guru
  • ****
  • Posts: 185
    • View Profile
    • Kotonix LLC
Re: Stand alone Ubuntu orbiter
« Reply #29 on: June 29, 2010, 10:53:04 pm »
I want to try and get a native orbiter so i can have it control the system.
right now I'm still try to find out where to start, so many folders and files and i have no idea what is what.
this is gonna take a hell of a long time way more than a year or so at this rate

Dell XPS Gen5 P4 3.2Ghz 64 x2, 3Gbs Ram, GeForce 8600GT 1Gb VRam, Creative Audigy 2 ZS, LinuxMCE 10.04 32bit,, 2 Eth Cards, Comcast business 25Mbs/5Mbs. Zwave, X10, Vera 3.