Skip to content

Commit c18c75b

Browse files
author
haesleinhuepf
committedOct 22, 2020
added link to installation instructions for C++ / CLIc
1 parent 1557411 commit c18c75b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎installation.md

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ After installing git, maven and the JDK, please enter appropriate paths under `P
102102
The above mentioned tools allow you to compile Fiji plugins. In order to edit the code conveniently,
103103
it is recommended to install an Integrated Development Environment (IDE) such as IntelliJ or Eclipse.
104104

105+
<a name="clic"></a>
106+
## Optional: C++ compilation (CLIc / clEsperanto)
107+
If you want to implement workflows using CLIc in C++, please follow the installation instructions [here](https://github.com/clEsperanto/CLIc_prototype).
108+
109+
105110
<a name="icy"></a>
106111
## Optional: Icy Protocol bridge
107112
For exporting workflows to Icy Protocols, it might be handy to start Icy from ImageJ. Therefore, [download and install Icy](http://icy.bioimageanalysis.org/download/)

0 commit comments

Comments
 (0)
Please sign in to comment.