New user registration is currently disabled due to spam abuse / Регистрация новых пользователей в настоящее время приостановлена из-за злоупотреблений спаммерами

Goldendict git1.0.1-792 issues (IBUS, boxes, quitting)

Report bugs here

Re: Goldendict git1.0.1-792 issues (IBUS, boxes, quitting)

Postby gunnvorwagner » Tue May 28, 2013 4:27 pm

help the noob:

git pull means executing:

git clone https://github.com/goldendict/goldendict.git

right?
gunnvorwagner
 
Posts: 15
Joined: Mon May 27, 2013 3:53 pm

Re: Goldendict git1.0.1-792 issues (IBUS, boxes, quitting)

Postby Tvangeste » Tue May 28, 2013 4:29 pm

gunnvorwagner wrote:git pull means executing:
git clone https://github.com/goldendict/goldendict.git
right?

Nope. If you already have a cloned repository, just go there and invoke:

Code: Select all
git pull
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Re: Goldendict git1.0.1-792 issues (IBUS, boxes, quitting)

Postby gunnvorwagner » Tue May 28, 2013 4:31 pm

ultra noob asks:

do I have to qmake & make again?
gunnvorwagner
 
Posts: 15
Joined: Mon May 27, 2013 3:53 pm

Re: Goldendict git1.0.1-792 issues (IBUS, boxes, quitting)

Postby Tvangeste » Tue May 28, 2013 4:36 pm

gunnvorwagner wrote:do I have to qmake & make again?

Yes. Not always it is required, but to make sure you're building the right way it is recommended to do that every time you update the sources via git pull.

In fact, if you wish to be extra careful, it also makes sense to clean the previously built results via `make clean`, like this:

Code: Select all
git pull
qmake
make clean
make


Most of the time I omit `make clean` to speed up the build significantly. But when I release a development build for other users I always clean first and build everything from scratch.
Tvangeste
 
Posts: 893
Joined: Thu Jun 02, 2011 11:42 am

Previous

Return to Bugs

Who is online

Users browsing this forum: No registered users and 13 guests

cron