Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/libfann/fann into win32build
Browse files Browse the repository at this point in the history
  • Loading branch information
slyshykO committed Jan 2, 2021
2 parents bb61d36 + 141efcc commit 262e8f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ After that, you'll need to use elevated privileges to install the library:

That's it! If everything went right, you should see a lot of text, and FANN should be installed!

### Building fann - Using vcpkg

You can download and install fann using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install fann

The fann port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

## To Learn More

To get started with FANN, go to the [FANN help site](http://leenissen.dk/fann/wp/help/), which will include links to all the available resources.
Expand Down

0 comments on commit 262e8f5

Please sign in to comment.