Hello Qian, * Right for TMFORM and MinGW 64, I'm relatively used to building FriCAS on Windows.
I also wrote some things here to install FriCAS with MSYS2/MinGW64. It explains what is needed to be installed for building FriCAS from MSYS 2 with MinGW that is gcc, diffutils if they build it without pre-generated files, make, gettext and little explanations about pacman, the package manager. I will try to find the link. BTW I own a NSIS script to build a self installer if Waldek and others want a self installer for download. It supports uninstallation via start menu or configuration panel (registry key), icons in start menu etc. If you want you can test the installer and remove FriCAS easily, the FriCAS self installer is available here: https://drive.google.com/file/d/1Ir7p6UF6O13QYh-bHqmwbwPTBr38Kn33/view?usp=sharing I would be happy if you can test it, though I need to update the FriCAS version. I hesitate between a stable release or the lastest GitHub version. I think it would be good to provide this type of installer to "a give it a try" to Windows users even if it has no graphics nor hyperdoc. If they like FriCAS or are more curious and they own Windows 10 they can switch to a full FriCAS with graphics and Hyperdoc or only in terminal mode on WSL 2. I wrote in the past two tutorials to build FriCAS on WSL 2 with or without Xorg: https://groups.google.com/g/fricas-devel/c/k-k0TNsn2ro/m/UUgmR0cPBQAJ It explains also what is needed to be installed on MSYS2. Cheers, __ Greg __ G. Vanuxem Le mer. 19 août 2020 à 10:29, oldk1331 <[email protected]> a écrit : > > Although I have built FriCAS in mingw64 before, > I encounter many small obstacles this time, > so I decide to document them here for future reference. > > In addition to http://www.math.uni.wroc.pl/~hebisch/fricas/windows.txt > > Tips and tricks for building FriCAS in mingw64 on windows are: > > 1. Install SBCL in a path that doesn't include spaces, > for example, "C:\SBCL\". > > 2. Use "MSYS2 MinGW 64-bit" instead of > "MSYS2 MSYS" from the windows start menu, > otherwise you will encounter errors with SBCL. > > 3. Default memory configuration is not enough > for SBCL to compile TMFORM.lsp, so you need something like: > > ./configure --with-lisp="/c/SBCL/sbcl.exe --dynamic-space-size 4000" > > 4. Anti-virus software may slow down the process, > so add "C:\msys64" to the exclusion path of > anti-virus software. > > - Qian > > -- > 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/9b3f264d-1598-b62f-f2b9-c55930574aa1%40gmail.com. -- 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/CAHnU2dYSh6XA2xamXLDp0yVma1VQRvhuMfEMjbCYXEv2GrCSGA%40mail.gmail.com.
