This README briefly describes what Pickapack is and how to setup & run Pickapack.
Copyright (c) 2010-2012 by Min Cai (min.cai.china@gmail.com)
This program is free software, licensed under the GPL3. Please, read the license file "COPYING" for further information.
Pickapack is a common library for Java.
Please obtain the latest Pickapack code from Pickapack on Github: http://github.com/mcai/Pickapack/.
Pickapack has been tested on 64 bit Ubuntu Linux 12.04 on an Intel Core i7 machine with 32 GB memory.
For developing and running Pickapack, make sure that:
-
You have Ubuntu Linux 12.04 (or other mainstream Linux distros);
-
To compile and run Java programs: (a) Oracle JDK 6.0 or higher and (b) Apache Maven 3.0.4 or higher are installed.
-
git clone git://github.com/mcai/Pickapack.Micro.git; cd Pickapack.Micro; mvn clean install
-
cd ..;git clone git://github.com/mcai/Pickapack.git; cd Pickapack; mvn clean install
Please report bugs and send suggestions to:
Min Cai (min.cai.china@gmail.com)
School of Computer Science and Technology, Beijing Institute of Technology, Beijing, China