Hi Qian,
In the past I wrote a batch file which to me is the best thing
to do right now for the FRICAS env variable.
I attached it. Not really beautiful and improve it if you want
but if you install FriCAS in the directory you want it will work.
The FriCAS installation directory should as usual have the following structure:
bin/
lib/
contrib/
fricas.bat (at the root installation directory)
Regards
PS: Correction, gmail does not accept batch files so snipped below
===========
@echo off
set FRICAS_TMP=%~dp0lib/fricas/target/x86_64-w64-mingw32
set FRICAS=%FRICAS_TMP:\=/%
"%~dp0\lib\fricas\target\x86_64-w64-mingw32\bin\FRICASsys.exe"
===========
> --
> 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
fricas-devel...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/26e65fb0-950e-282f-a2e9-6c00430a62db%40gmail.com.
--
__
G. Vanuxem