Page 1 of 1

compiling inkscape 48 from tar

Posted: Sat Feb 18, 2012 9:32 pm
by Isaac
This is the slowest thing that's ever happened! Why is compiling so slow when sudo apt-get install is so fast?!? Is there that big of a difference?

Re: compiling inkscape 48 from tar

Posted: Sun Feb 19, 2012 12:27 am
by Jeff250
Because you don't compile anything when you apt-get stuff. It's already been compiled for you.

You probably want this anyways:
https://launchpad.net/~inkscape.dev/+archive/stable

Re: compiling inkscape 48 from tar

Posted: Sun Feb 19, 2012 7:14 am
by Isaac
Interesting. You'd use this? I know that inkscape has no official backports to ubuntu 10.04, so I was just a little nervous using these unofficial PPAs.

I got the official tar file though. This morning make was all finished. Now dong make install . Actually I'm doing sudo make install. Not sure how people get away with just make install with out permission errors.

edit:
inkscape 48.2 works on my os! That was the biggest app I ever had to compile. Normally I only do small stuff.

Re: compiling inkscape 48 from tar

Posted: Mon Feb 20, 2012 9:37 pm
by Jeff250
They're not official qua Ubuntu, but they're official qua the Inkscape developers.

Re: compiling inkscape 48 from tar

Posted: Tue Feb 21, 2012 9:38 am
by Isaac
Maybe I will use the ppa, because the version I compiled won't export HTML5 canvas for some reason. Maybe I screwed up.

Also, the last official ppa I used, /trunk, didn't backport 48 to 10.04. I bet /stable will keep me at the stable 10.04 version, 47. I'll have to wait and see when I get home.

Thanks for finding it!

Re: compiling inkscape 48 from tar

Posted: Tue Feb 21, 2012 3:55 pm
by snoopy
also note: if people give you a snippet of code along these lines:

Code: Select all

# command here
They are meaning that you should be doing it as root while this:

Code: Select all

$ command here
indicates that you should be doing it as your standard user.

Re: compiling inkscape 48 from tar

Posted: Tue Feb 21, 2012 5:01 pm
by Isaac
Oh... ok cool!

Re: compiling inkscape 48 from tar

Posted: Tue Feb 21, 2012 7:40 pm
by snoopy
You will note that your terminal editor gives you a $. If you su root, you will find that the $ changes into a #. It's supposed to be a quick, easy way to tell if you're in root or not.

I have a custom line thingy (I don't remember what it's called) so mine is all colorful and cool looking when I'm in my normal user, and it's all boring and plain when I'm in root, or any other user.


My .bashrc:

Code: Select all

# Check for an interactive session
[ -z "$PS1" ] && return

alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '




KEEP_OPEN=yes

export PS1='\[\033[0;32m\]┌┼─┼─ \[\033[0m\033[0;32m\]\u\[\033[0m\] @ \[\033[0;36m\]\h\[\033[0m\033[0;32m\] ─┤├─ \[\033[0m\]\t \d\[\033[0;32m\] ─┤├─ \[\033[0;34m\]\w\[\033[0;32m\] ─┤ \n\[\033[0;32m\]└┼─\[\033[0m\033[0;32m\]\$\[\033[0m\033[0;32m\]─┤▶\[\033[0m\] '

echo -e "                Welcome to ${bold}Arch Linux${boldoff}"
sleep 1
clear

export PATH=$PATH:/usr/local/bin:~/bin