Version 2.2.1
This commit is contained in:
parent
73ab48b5fd
commit
bce27720e0
3 changed files with 12 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
Version 2.2.1 - May 2, 2012
|
||||
|
||||
- Add optimized code for ARM processors
|
||||
- Support for building on NetBSD and OpenBSD
|
||||
- Various compatibility fixes for AIX (pontius)
|
||||
|
||||
Version 2.2 - Apr 2, 2012
|
||||
|
||||
- Add an optimized SHA-256d algorithm, with specialized code
|
||||
|
|
5
README
5
README
|
@ -17,6 +17,11 @@ Basic *nix build instructions:
|
|||
./configure CFLAGS="-O3"
|
||||
make
|
||||
|
||||
Notes for AIX users:
|
||||
* To build a 64-bit binary, export OBJECT_MODE=64
|
||||
* GNU-style long options are not supported, but are accessible
|
||||
via configuration file
|
||||
|
||||
Basic Windows build instructions, using MinGW:
|
||||
Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
|
||||
* Make sure you have mstcpip.h in MinGW\include
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [2.2])
|
||||
AC_INIT([cpuminer], [2.2.1])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
Loading…
Reference in a new issue