G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

package config file is borken #703

Closed gicmo closed 6 years ago

gicmo commented 7 years ago

This command should work: g++ -Wall $(pkg-config --cflags --libs nix) test.cpp -o test But we are missing the include flags for e.g. boost and the c++11 flag.

gicmo commented 6 years ago

Ok, actually having thought about this a bit more and with some discussions in #gnome-hackers I think we just need to have it documented as a requirement for clients of NIX. Closing.