Anakin icon indicating copy to clipboard operation
Anakin copied to clipboard

where are the head files?

Open wenyawei opened this issue 7 years ago • 1 comments

There is NOT a "Inlcude" folder in Anakin root folder or in the build folder, so it is really diffucult to find the head files.

In the examples, it includes some head files, but I can NOT find them in the root folder and build folder.

#include "utils/logger/logger.h"
#include "graph.h"
#include `"net.h"

wenyawei avatar Jul 31 '18 09:07 wenyawei

You need to use make install after make, the head files will be sent to anakin/output directory. besides, we recommend you to use relative directory for anakin . #include "framework/graph/graph.h"

pangge avatar Aug 01 '18 09:08 pangge