On Thu, Jul 25, 2013 at 12:32 PM, Ralf Hemmecke <r...@hemmecke.org> wrote:
>> Tell me exactly how to do that, and I would be happy to.
>
> apt-get install sbcl emacs libgmp3-dev
> apt-get install git build-essential gawk noweb
>
> # The following is probably not needed since I don't think that from
> within a browser you can start X applications like hyperdoc.
>
> # Since graphics in FriCAS also goes via a separate window,
> # it's questionable whether to build it or not.
> # But if you start configure in an environment that ha no X,
> # then then these component will be disabled anyway.
> apt-get install xvfb libxt-dev libxpm-dev
>
> git clone https://github.com/hemmecke/fricas-svn.git fricas
> or get the *source* tarball from
> http://fricas.sourceforge.net/download.html
>
> # You need the aldor sources just for a few files that are not yet
> # included in the fricas distribution.
> git clone https://github.com/pippijn/aldor.git
>
> # Since someone changed the relevant aldor tree we have to do a few
> # extra steps. Basically copying the files back.
> cp aldor/aldor/lib/libax0/src/*.as aldor/aldor/lib/libax0
>
> # out-of-sourc-build
> mkdir build
> cd build
> ../fricas/configure --enable-aldor=../aldor --with-lisp=sbcl
> --enable-gmp --prefix=/path/to/install/location
> make -j10
> make install
>
> That's should do it.
>
> Sorry, if the above contains an error, I've just written that up without
> testing.
>

Bill Page made a project on cloud called "Test Aldor in Sage Cloud",
added me to it, and I've now added you to it.
I "apt-get install"'ed the packages you mentioned above.   There's a
directory in the project called "fricas" and a terminal "fricas.term"
opened there.   I tried running your instructions and it didn't work.
Any chance you can take a look and fix things to at least build
locally in that project?   Once I have a script to automate the build,
then this new fricas will be a standard part of cloud.sagemath
henceforth.

Thanks!

William



> Ralf
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to