Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Apr 17, 2024
1 parent 772ae25 commit 9ad04dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A .NET application & library for editing & annotating various microscopy image f
- Easy segmentation with Segment Anything (SAM). Required model files downloadable from [Releases.](https://github.com/BiologyTools/BioGTK/releases/tag/SAM-Models)

## Dependencies
- [BioFormats.NET6](https://github.com/BiologyTools/BioFormatsNET6) [GPL3](https://www.gnu.org/licenses/gpl-3.0.en.html)
- [BioFormats.NET8](https://github.com/BiologyTools/BioFormatsNET8) [GPL3](https://www.gnu.org/licenses/gpl-3.0.en.html)
- [IKVM](http://www.ikvm.net/) [License](https://github.com/gluck/ikvm/blob/master/LICENSE)
- [AForge](http://www.aforgenet.com/) [LGPL](http://www.aforgenet.com/framework/license.html)
- [LibTiff.Net](https://bitmiracle.com/libtiff/) [BSD](https://bitmiracle.com/libtiff/)
Expand Down Expand Up @@ -80,7 +80,7 @@ A .NET application & library for editing & annotating various microscopy image f
- Optionally install [OpenSlide](http://openslide.org/) for better navigation of whole-slide-images.

## Examples
First you need to setup your project as a GTK project with .NET 6.0 as the target.
First you need to setup your project as a GTK project with .NET 8.0 as the target.
Then in between Gtk.Application.Init() and Gtk.Application.Run() use the library as you please.
Here is an example for opening a new NodeView from BioGTKApp program.cs.
```
Expand Down

0 comments on commit 9ad04dd

Please sign in to comment.