Difference between revisions of "Downloads"
(25 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | The new ApCoCoA 2.0 provides a graphical user interface for CoCoA 5 | + | The new ApCoCoA 2.0 provides a graphical user interface for CoCoA 5. For the official CoCoA releases, visit the [http://cocoa.dima.unige.it CoCoA home page]. |
− | |||
− | |||
=ApCoCoA= | =ApCoCoA= | ||
− | ==ApCoCoA-2.0 | + | ==ApCoCoA-2.0== |
− | '''Short installation guide | + | '''Short installation guide''' |
# Download and unpack the zip file. | # Download and unpack the zip file. | ||
+ | #* Unix: [https://apcocoa.uni-passau.de/download/apcocoa2_unix.tar.xz ApCoCoA 2] | ||
+ | #* Windows: [https://apcocoa.uni-passau.de/download/apcocoa2_win.zip ApCoCoA 2] | ||
# Run the start script: | # Run the start script: | ||
− | #* On Windows | + | #* On Windows run the file <code>apcocoa.bat</code> |
− | #* On Unix go into the folder <code> | + | #* On Unix go into the folder <code>apcocoa/bin</code> and run the script <code>apcocoa.sh</code>. <br/>You might need to make the script executable using the command <code>chmod +x ./apcocoa.sh</code>. |
+ | |||
+ | '''Known Problems under Windows''' | ||
+ | |||
+ | If ApCoCoA does not start or does not work as intended under Windows you might need to install [https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 Microsoft Visual C++ Redistributable] versions 2013 and 2015. | ||
− | + | '''WSL''' | |
− | + | Some of the features of ApCoCoA are only available if you have WSL (Windows-Subsystem for Linux) installed. To install it you can follow the instructions [https://docs.microsoft.com/de-de/windows/wsl/install here]. | |
+ | To activate WSL in ApCoCoA go to ''File>Settings>ApCoCoA Settings''. | ||
==ApCoCoA-1.9.1== | ==ApCoCoA-1.9.1== | ||
Line 41: | Line 46: | ||
===ApCoCoA as Eclipse plug-in=== | ===ApCoCoA as Eclipse plug-in=== | ||
− | For using ApCoCoA-1.9.1 as Eclipse plug-in please go to [[HowTo: | + | For using ApCoCoA-1.9.1 as Eclipse plug-in please go to [[ApCoCoA-1:HowTo:Install and Work with the Eclipse GUI|eclipse-GUI installation guide]]. |
===Well-known Qt-GUI=== | ===Well-known Qt-GUI=== | ||
Line 62: | Line 67: | ||
# Download and unpack the Eclipse GUI package. | # Download and unpack the Eclipse GUI package. | ||
# Go into the folder apcocoa and start apcocoa.exe | # Go into the folder apcocoa and start apcocoa.exe | ||
− | Here you can download a short [[Media:quick_start.pdf|quick-start User Guide]] and here you find a [[ApCoCoA:tut_eclipse_gui_de|Tutorial]] in German. | + | Here you can download a short [[Media:quick_start.pdf|quick-start User Guide]] and here you find a [[ApCoCoA-1:tut_eclipse_gui_de|Tutorial]] in German. |
* Windows x86-Installer: [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.9.0.exe ApCoCoA-1.9 Release] with [http://apcocoa.uni-passau.de//download/apcocoa/win32/ApCoCoA-1.9.0.exe.md5 md5sum] (2013/05/17) | * Windows x86-Installer: [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.9.0.exe ApCoCoA-1.9 Release] with [http://apcocoa.uni-passau.de//download/apcocoa/win32/ApCoCoA-1.9.0.exe.md5 md5sum] (2013/05/17) | ||
Line 76: | Line 81: | ||
===ApCoCoA as Eclipse plug-in=== | ===ApCoCoA as Eclipse plug-in=== | ||
− | For using ApCoCoA-1.9 as Eclipse plug-in please go to [[HowTo:Install_and_Work_with_the_Eclipse_GUI|eclipse-GUI installation guide]]. | + | For using ApCoCoA-1.9 as Eclipse plug-in please go to [[ApCoCoA-1:HowTo:Install_and_Work_with_the_Eclipse_GUI|eclipse-GUI installation guide]]. |
===Well-known Qt-GUI=== | ===Well-known Qt-GUI=== | ||
Line 97: | Line 102: | ||
# Download and unpack the Eclipse GUI package. | # Download and unpack the Eclipse GUI package. | ||
# Go into the folder apcocoa and start apcocoa.exe | # Go into the folder apcocoa and start apcocoa.exe | ||
− | Here you can download a short [[Media:quick_start.pdf|quick-start User Guide]] and here you find a [[ApCoCoA:tut_eclipse_gui_de|Tutorial]] in German. | + | Here you can download a short [[Media:quick_start.pdf|quick-start User Guide]] and here you find a [[ApCoCoA-1:tut_eclipse_gui_de|Tutorial]] in German. |
* Windows x86-Installer: [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.8.0.exe ApCoCoA-1.8 Release] with [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.8.0.exe.md5 md5sum] (2012/06/19) | * Windows x86-Installer: [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.8.0.exe ApCoCoA-1.8 Release] with [http://apcocoa.uni-passau.de/download/apcocoa/win32/ApCoCoA-1.8.0.exe.md5 md5sum] (2012/06/19) | ||
Line 111: | Line 116: | ||
===ApCoCoA as Eclipse plug-in=== | ===ApCoCoA as Eclipse plug-in=== | ||
− | For using ApCoCoA-1.8 as Eclipse plug-in please go to [[HowTo:Install_and_Work_with_the_Eclipse_GUI|eclipse-GUI installation guide]]. | + | For using ApCoCoA-1.8 as Eclipse plug-in please go to [[ApCoCoA-1:HowTo:Install_and_Work_with_the_Eclipse_GUI|eclipse-GUI installation guide]]. |
===Well-known Qt-GUI=== | ===Well-known Qt-GUI=== | ||
Line 129: | Line 134: | ||
==Older versions== | ==Older versions== | ||
− | For using an earlier version of ApCoCoA please go to [[ApCoCoA:Older Versions]]! | + | For using an earlier version of ApCoCoA please go to [[ApCoCoA-1:Older Versions]]! |
Line 135: | Line 140: | ||
To build ApCoCoALib from source, please follow the [[ApCoCoALib:CompilationInstructions|compilation instructions]]. | To build ApCoCoALib from source, please follow the [[ApCoCoALib:CompilationInstructions|compilation instructions]]. | ||
− | The [[ApCoCoA:SourceCodeManagement|subversion repository]] contains the bleeding-edge developmental versions of ApCoCoALib. | + | The [[ApCoCoA-1:SourceCodeManagement|subversion repository]] contains the bleeding-edge developmental versions of ApCoCoALib. |
− | For using an earlier version of ApCoCoALib please go to [[ApCoCoA:Older Versions]]! | + | For using an earlier version of ApCoCoALib please go to [[ApCoCoA-1:Older Versions]]! |
=ApCoCoA-Matlab-Interface= | =ApCoCoA-Matlab-Interface= | ||
− | Only available for MS Windows. For details see [[ApCoCoA:MatlabToolbox]]. | + | Only available for MS Windows. For details see [[ApCoCoA-1:MatlabToolbox]]. |
*[http://apcocoa.uni-passau.de/~mmachnik/interface/Setup1-02.zip Version 1.02] - Based on CoCoALib 0.99.25 and ApCoCoALib as of 30.01.2009. | *[http://apcocoa.uni-passau.de/~mmachnik/interface/Setup1-02.zip Version 1.02] - Based on CoCoALib 0.99.25 and ApCoCoALib as of 30.01.2009. | ||
[[Category:ApCoCoA|{{PAGENAME}}]] | [[Category:ApCoCoA|{{PAGENAME}}]] | ||
[[Category:ApCoCoA|Lib{{PAGENAME}}]] | [[Category:ApCoCoA|Lib{{PAGENAME}}]] | ||
+ | [[Category:ApCoCoA Installation]] |
Latest revision as of 10:03, 9 March 2023
The new ApCoCoA 2.0 provides a graphical user interface for CoCoA 5. For the official CoCoA releases, visit the CoCoA home page.
ApCoCoA
ApCoCoA-2.0
Short installation guide
- Download and unpack the zip file.
- Run the start script:
- On Windows run the file
apcocoa.bat
- On Unix go into the folder
apcocoa/bin
and run the scriptapcocoa.sh
.
You might need to make the script executable using the commandchmod +x ./apcocoa.sh
.
- On Windows run the file
Known Problems under Windows
If ApCoCoA does not start or does not work as intended under Windows you might need to install Microsoft Visual C++ Redistributable versions 2013 and 2015.
WSL
Some of the features of ApCoCoA are only available if you have WSL (Windows-Subsystem for Linux) installed. To install it you can follow the instructions here. To activate WSL in ApCoCoA go to File>Settings>ApCoCoA Settings.
ApCoCoA-1.9.1
The current version of ApCoCoA is ApCoCoA-1.9.1!
Eclipse GUI - Standalone Version
Short installation guide:
- Download and unpack the Eclipse GUI package.
- Go into the folder apcocoa and start apcocoa.exe
Here you can download a short Quick-Start User Guide and here you find a Tutorial in German.
- Windows x86-Installer: ApCoCoA-1.9.1 Release with md5sum (2013/10/11)
- Windows x86-Zip: ApCoCoA-1.9.1 Release with md5sum (2013/10/11)
- Linux x86: ApCoCoA-1.9.1 Release with md5sum (2013/10/11)
- Linux x86_64: ApCoCoA-1.9.1 Release with md5sum (2013/10/11)
- MacOSx: ApCoCoA-1.9.1 Release with md5sum (2013/10/11)
Please note: ApCoCoAServer for Mac OS X requires an Intel 64-bit based platform!
ApCoCoA as Eclipse plug-in
For using ApCoCoA-1.9.1 as Eclipse plug-in please go to eclipse-GUI installation guide.
Well-known Qt-GUI
- Windows x86-Installer: ApCoCoA-1.9.1 QT Release with md5sum (2013/10/11)
- Windows x86-Tgz: ApCoCoA-1.9.1 QT Release with md5sum (2013/10/11)
- Linux x86: ApCoCoA-1.9.1 QT Release with md5sum (2013/10/11)
- Linux x86_64: ApCoCoA-1.9.1 QT Release with md5sum (2013/10/11)
- MacOSx: ApCoCoA-1.9.1 QT Release with md5sum (2013/10/11)
ApCoCoA-1.9
Eclipse GUI - Standalone Version
Short installation guide:
- Download and unpack the Eclipse GUI package.
- Go into the folder apcocoa and start apcocoa.exe
Here you can download a short quick-start User Guide and here you find a Tutorial in German.
- Windows x86-Installer: ApCoCoA-1.9 Release with md5sum (2013/05/17)
- Windows x86-Zip: ApCoCoA-1.9 Release with md5sum (2013/05/17)
- Linux x86: ApCoCoA-1.9 Release with md5sum (2013/05/17)
- Linux x86_64: ApCoCoA-1.9 Release with md5sum (2013/05/17)
- MacOSx: ApCoCoA-1.9 Release with md5sum (2013/05/17)
Please note: ApCoCoAServer for Mac OS X requires an Intel 64-bit based platform!
ApCoCoA as Eclipse plug-in
For using ApCoCoA-1.9 as Eclipse plug-in please go to eclipse-GUI installation guide.
Well-known Qt-GUI
- Windows x86-Installer: ApCoCoA-1.9QT Release with md5sum (2013/05/17)
- Windows x86-Tgz: ApCoCoA-1.9QT Release with md5sum (2013/05/17)
- Linux x86: ApCoCoA-1.9QT Release with md5sum (2013/05/17)
- Linux x86_64: ApCoCoA-1.9QT Release with md5sum (2013/05/17)
- MacOSx: ApCoCoA-1.9QT Release with md5sum (2013/05/17)
ApCoCoA-1.8
Eclipse GUI - Standalone Version
Short installation guide:
- Download and unpack the Eclipse GUI package.
- Go into the folder apcocoa and start apcocoa.exe
Here you can download a short quick-start User Guide and here you find a Tutorial in German.
- Windows x86-Installer: ApCoCoA-1.8 Release with md5sum (2012/06/19)
- Windows x86-Zip: ApCoCoA-1.8 Release with md5sum (2012/06/19)
- Linux x86: ApCoCoA-1.8 Release with md5sum (2012/06/19)
- Linux x86_64: ApCoCoA-1.8 Release with md5sum (2012/06/19)
- MacOSx: ApCoCoA-1.8 Release with md5sum (2012/06/19)
Please note: ApCoCoAServer for Mac OS X requires an Intel 64-bit based platform!
ApCoCoA as Eclipse plug-in
For using ApCoCoA-1.8 as Eclipse plug-in please go to eclipse-GUI installation guide.
Well-known Qt-GUI
- Windows x86-Installer: ApCoCoA-1.8QT Release with md5sum (2012/06/19)
- Windows x86-Tgz: ApCoCoA-1.8QT Release with md5sum (2012/06/19)
- Linux x86: ApCoCoA-1.8QT Release with md5sum (2012/06/19)
- Linux x86_64: ApCoCoA-1.8QT Release with md5sum (2012/06/19)
- MacOSx: ApCoCoA-1.8QT Release with md5sum (2012/06/19)
Older versions
For using an earlier version of ApCoCoA please go to ApCoCoA-1:Older Versions!
ApCoCoALib
To build ApCoCoALib from source, please follow the compilation instructions.
The subversion repository contains the bleeding-edge developmental versions of ApCoCoALib.
For using an earlier version of ApCoCoALib please go to ApCoCoA-1:Older Versions!
ApCoCoA-Matlab-Interface
Only available for MS Windows. For details see ApCoCoA-1:MatlabToolbox.
- Version 1.02 - Based on CoCoALib 0.99.25 and ApCoCoALib as of 30.01.2009.