From 9981ae65cb9fe99f14451bc342b6feed1a7bc990 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 16 May 2024 16:04:55 +0200 Subject: [PATCH] changed links to cubert cloud in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d678f4..d36ea0b 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ To get the exampels running, first set up a project directory, clone this git re git submodule update --init ``` -Then, you need to install the Cuvis C SDK (see [here](https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z)), as explained for the C++ wrapper [here](https://github.com/cubert-hyperspectral/cuvis.cpp). +Then, you need to install the Cuvis C SDK (see [here](https://cloud.cubert-gmbh.de/s/q3YiPZPJe5oXziZ)), as explained for the C++ wrapper [here](https://github.com/cubert-hyperspectral/cuvis.cpp). Then use CMake (see https://cmake.org/download/) to configure and generate the Visual Studio project. You can configure either base directory (including all directoreis) or a single example using its respective directory. CMake will require you to locate the Cuvis C SDK (this should be found automatically, if the Cuvis C SDK is properly installed). -For running some of the examples, you have to use sample data (provided [here](https://cloud.cubert-gmbh.de/index.php/s/3oECVGWpC1NpNqC)). +For running some of the examples, you have to use sample data (provided [here](https://cloud.cubert-gmbh.de/s/SrkSRja5FKGS2Tw)). ## Inventory