Svenska
=======



Kompilering
-----------
*	`make dynamic` bygger:
	-	`libhnefatafl_aim.so`
*	`make static` (förval) bygger:
	-	`libhnefatafl_aim.a`



Hashtabell
----------
För att kompilera med hashtabellen måste man ändra följande i
`makefile`:

1.	`MACROS` måste innehålla `HNEFATAFL_AIM_ZHASH`.

Kör sedan `make hnefatafl_aim.h` (kräver AWK).

Se även `../core/README` för mer information om hashabellen.

### Utveckling ###
`srand()` måste anropas innan hashtabellen används.



English
=======



Compiling
---------
*	`make dynamic` builds:
	-	`libhnefatafl.so`
*	`make static` (default) builds:
	-	`libhnefatafl.a`



Hashing
-------
If you want to compile with hashing, you have to change the following
things in `makefile`:

1.	`MACROS` must contain `HNEFATAFL_AIM_ZHASH`.

Then run `make hnefatafl_aim.h` (requires AWK).

Also see `../core/README` for more information about hashing.

### Development ###
`srand()` must be called before the hash table is used.

