You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been able to build and use CppFlow (only tested the QuickStart), but I'm not sure why there is a cd in the steps provided, so I had to skip it:
git clone [email protected]:serizba/cppflow.git
cd cppflow/examples/load_model
mkdir build
cd build
cmake ..
make -j
make install
There is no CMakeLists.txt in there, so that was a bit confusing. Does this piece of info need an update or am I missing something?
Thanks and awesome project, btw!
The text was updated successfully, but these errors were encountered:
Hi, I've been able to build and use CppFlow (only tested the QuickStart), but I'm not sure why there is a
cd
in the steps provided, so I had to skip it:There is no
CMakeLists.txt
in there, so that was a bit confusing. Does this piece of info need an update or am I missing something?Thanks and awesome project, btw!
The text was updated successfully, but these errors were encountered: