Skip to content
Snippets Groups Projects
Commit 11727115 authored by Mark Winter's avatar Mark Winter
Browse files

Merge remote-tracking branch 'bioimage/master'

parents da8631f7 d4c5ac6b
Branches
No related tags found
No related merge requests found
...@@ -7,13 +7,13 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f ...@@ -7,13 +7,13 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
### **App Install** ### **App Install**
### MacOS App Install ### MacOS App Install
- Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/leverjs-21.4.1.dmg). - Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/).
### Windows App Install ### Windows App Install
- Download and run the [Windows installer](https://leverjs.net/download/app/Windows/leverjs%20Setup%2021.4.1.exe). - Download and run the [Windows installer](https://leverjs.net/download/app/Windows/).
### Linux App Manual Install ### Linux App Manual Install
1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/leverjs-21.4.1.AppImage). 1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/).
2. Symlink the appimage file to a folder in ```$PATH``` (e.g. ```~/.local/bin```). 2. Symlink the appimage file to a folder in ```$PATH``` (e.g. ```~/.local/bin```).
```bash ```bash
ln -fs /path/to/leverjs-*.AppImage ~/.local/bin/leverjs ln -fs /path/to/leverjs-*.AppImage ~/.local/bin/leverjs
...@@ -22,7 +22,7 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f ...@@ -22,7 +22,7 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
### **Client Install** ### **Client Install**
### ImageJ Plugin ### ImageJ Plugin
0. First, install the [leversc app](#app-install) 0. First, install the [leversc app](#app-install)
1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/Leversc_IJ-21.4.1.jar). 1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/).
2. Copy the plugin jar file to the ```plugins/3D``` folder in your ImageJ executable directory. 2. Copy the plugin jar file to the ```plugins/3D``` folder in your ImageJ executable directory.
3. The plugin will appear in the ImageJ Plugins menu as ```Plugins->3D->Leversc Viewer``` 3. The plugin will appear in the ImageJ Plugins menu as ```Plugins->3D->Leversc Viewer```
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>Leversc_IJ</artifactId> <artifactId>Leversc_IJ</artifactId>
<version>21.5.21</version> <version>21.10.11</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Leversc ImageJ Viewer Plugin</name> <name>Leversc ImageJ Viewer Plugin</name>
<description>A plugin that can send data to the leversc viewer app</description> <description>A plugin that can send data to the leversc viewer app</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment