Ralf Hemmecke wrote:
>
> Here is an attempt for INSTALL.aldor.
>
> 4. Make a VPATH (or out-of-source) build of FriCAS.
> cd /path/to/builddir
> /path/to/fricas-src/configure --prefix=/path/to/installdir --enable-aldor
> make
>
> 5. If "make" finished successfully then type "make install" and the
> FriCAS and the interface is installed.
> In case the build failed because of missing one of the above files,
> get those files with a web browser and put them under
> /path/to/builddir/src/aldor. Then say
> cd /path/to/builddir && make && make install
>
Are you sure this is correct? Last time I tried, when build failed
due to missing files I had to clean aldor subdirectory and restart
from scratch. I think that there were several wrongly generated files.
Given that I would rather write the above as:
4a. Configure an out-of-source build of FriCAS.
cd /path/to/builddir
/path/to/fricas-src/configure --prefix=/path/to/installdir --enable-aldor
[4b. ] If you had (or expect) problems due to missing files get the files
listed above and put them under /path/to/builddir/src/aldor.
4c. Make:
make
5. If "make" finished successfully then type "make install" and the
FriCAS and the interface is installed.
In case the build failed because of missing one of the above files,
clean to aldor subdirectory:
cd /path/to/builddir/src/aldor && make clean
and go back to 4b.
--
Waldek Hebisch
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---