Create README.md

This commit is contained in:
Sirin Puenggun 2023-08-26 02:12:36 +07:00 committed by GitHub
parent 6e8ed83911
commit 2f87ed952f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# CPP-Neural-Network
`status` : Error on Linker when make.
Build executable File and Run.
```cmd
git clone https://github.com/Sosokker/CPP-Neural-Network
cd CPP-Neural-Network
mkdir build
cd build
cmake -G "MinGW Makefiles" ..\src\CMakeLists.txt
mingw32-make
cd bin .\NeuralNetwork.exe
```