May I know where is intro image and how to link it?

David Tardon dtardon at redhat.com
Sun Aug 10 02:29:26 PDT 2014


Hi,

On Sun, Aug 10, 2014 at 09:52:27AM +0800, LOH KOK HOE wrote:
> Thanks for informing, I don't know the source code has been far left
> behind. I could not tell which version I'm building because I get the
> source from LibreOffice development site. According to `git log`, the
> latest commit is on 12-07-2013, May I know how could I update my source to
> the latest version?

Use

git status

to see what branch you are on. If you are on master, run

git pull -r

to get the changes. If you are on a branch,

git checkout master

will put you on master.

> 
> Regarding the build, since you mention solver has been dead for a year, may
> I know where would be the final executable being place?

In instdir/program .

D.


More information about the LibreOffice mailing list