>> I would like that some persons try out the following. >> >> git clone https://github.com/hemmecke/fricas.git >> cd fricas && ./configure && make >> cd src/doc >> time make -j8 localhtml > > No rules to make target localhtml (or something like that - french message) > even with 'make html' > > :-)
Arrrhhhh... ich should have pushed it to the master branch. Try the following: git clone https://github.com/hemmecke/fricas.git cd fricas git checkout formatted <---- ADDED ./configure && make cd src/doc time make -j8 localhtml Sorry. Thanks for trying. Ralf PS: I can probably decipher french error messages. Fortunately, it is not as cryptic to me as chinese. ;-) -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/e7843c75-0c40-e30b-2288-66644f683f12%40hemmecke.org.
