mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-19 18:34:06 +01:00
Create README.md
This commit is contained in:
parent
6e8ed83911
commit
2f87ed952f
14
README.md
Normal file
14
README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user