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
This misses any files searched by the binary, e.g. Museo.ttf is not installed anywhere (it should probably be installed to /usr/local/share/iannix (see #22)
Also, currently this installs the iannix.png into /usr/, whereas the rest installs to /usr/local/.
Instead, the PREFIX variable should be used throughout.
The text was updated successfully, but these errors were encountered:
after a successfull compilation, I do a
make install
which installs the following files:This misses any files searched by the binary, e.g.
Museo.ttf
is not installed anywhere (it should probably be installed to/usr/local/share/iannix
(see #22)Also, currently this installs the iannix.png into
/usr/
, whereas the rest installs to/usr/local/
.Instead, the
PREFIX
variable should be used throughout.The text was updated successfully, but these errors were encountered: