Sorry for the newbie question. I have it downloaded and have got this far.
Asked
Active
Viewed 247 times
1 Answers
1
First of all, you should ask your question more specifically. I will try to answer it.
- You need to unzip cereal. Then put it somewhere like
C:\dev\cereal-1.3.0
. - Right-click your project in the solution explorer, navigate to
Properties > C/C++ > General > Additional Include Directories
- Add this path
C:\dev\cereal-1.3.0\include
.
After that, you should be able to include the cereal headers in your source code.

Jakob Troidl
- 79
- 7