yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11127
Re: [Branch ~yade-pkg/yade/git-trunk] Rev 4115: Added hint about make errors during compilation
Hi Alexander,
2014-07-24 13:18 GMT+02:00 <noreply@xxxxxxxxxxxxx>:
> -Hence there is no absolute need to type the two commands separately.
> +Hence there is no absolute need to type the two commands separately. You may receive make errors if you don't have root privileges.
> +These errors are not critical but without root privileges yade won't be linked in /usr/local/bin/.
I would not use "root" term here. It is about "permissions". Sometimes
you (or administrator) just need to change the permissions of the target folder.
"Linked" is not quite correct in this case.
My variant:
You may receive errors if you don't have permissions to write into a
target folder.
> After compilation finished successfully
> the new built can be started by navigating to /path/to/installfolder/bin and calling yade via (based on version yade-2014-02-20.git-a7048f4)::
> @@ -249,7 +250,7 @@
>
> For building the documentation you should at first execute the command "make install"
> and then "make doc" to build it. The generated files will be stored in your current
> -build directory/doc/sphinx/_build.
> +build directory/doc/sphinx/_build. Once again root privileges are necessary for linking. Link will be created in /usr/local/share/doc/.
"Linking" is used mostly for "connecting" shared library, there is
nothing about docs.
Anton
References