Make sure __u64 is defined.
[AROS.git] / tools / MetaMake / INSTALL
blobaf4f223b03d7fbe9a938871d84f6ef885cbce9d7
1 Step-by-Step installation:
3 1. Run ./configure. If you don't want to install mmake in /usr/local/bin,
4 Run configure with --prefix=<dir>. The default is "/usr/local".
6 2. Run make. This will build MetaMake.
8 3. Run make install. This will install MetaMake in <dir>/bin or
9 /usr/local/bin.