LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SweetHome3D (https://www.linuxquestions.org/questions/linux-newbie-8/sweethome3d-839380/)

drakeone 10-20-2010 03:44 PM

SweetHome3D
 
Please could you help me to install sweethome3d, I have tried sudo apt-get (install), (run), cd to home, desktop, downloads, I do point it in the right direction.

Please can you help

Nylex 10-20-2010 03:48 PM

According to the installation instructions on their website (http://www.sweethome3d.com/userGuide.jsp#installation), you just need to extract the files from the archive you downloaded and run the executable you find in the directory that is created from the extraction. You can extract the files from the archive with

tar xvf filename,

where filename is the name of the archive (and I'm assuming that it's in the current directory) and it should create a directory with the files in it. From the output during the extraction, it should be obvious what that directory is called. You can then change to that directory and run the executable. The options used for tar are

x - extract
v - verbose (i.e. it tells you what it's doing)
f - to specify the filename

and more info can be found by reading the man page.

Edit: you might also not want that directory to live in your home directory. So, one place you could move it to is /opt, with

sudo mv directory /opt,

where again, directory is the obvious. Then, you'll probably want to make a symbolic link to the executable in /usr/bin or somewhere else in your PATH. Ask if you need/want help with this.

drakeone 10-20-2010 04:05 PM

Thank you for your help, I did want to put into APPLICATIONS, GRAPHICS or being so thick is this what you meant.

Nylex 10-20-2010 04:08 PM

Quote:

Originally Posted by drakeone (Post 4134009)
Thank you for your help, I did want to put into APPLICATIONS, GRAPHICS or being so thick is this what you meant.

Are you referring to "Applications" or "Graphics" in the menu? If so, no, I just meant that software is usually just put somewhere else on the filesystem, rather than your home directory.

If you want to make an entry for it in your menu, that's another question. Are you using GNOME as your desktop environment? If not, what are you using?

drakeone 10-20-2010 04:15 PM

I'm using ubuntu 10.4, I have been using ubuntu since hardy heron, I should get more used to the command line, but unless something comes up like this I'm stuck.

Nylex 10-21-2010 12:05 AM

Ok. Did you want to add an entry to the menu then?

drakeone 10-21-2010 04:10 PM

Yes Please

Nylex 10-22-2010 01:52 AM

A quick google gives this (amongst others). If you're not using GNOME, tell us which environment you are using.


All times are GMT -5. The time now is 05:32 AM.