mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
add README
This commit is contained in:
parent
d693d92702
commit
5aa6209664
1 changed files with 28 additions and 0 deletions
28
java/README
Executable file
28
java/README
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
To build the JAR file of Message Pack, you need to install Maven (http://maven.apache.org), then type the following command:
|
||||
|
||||
$ mvn package
|
||||
|
||||
To locally install the project, type
|
||||
$ mvn install
|
||||
|
||||
To generate project files (.project, .classpath) for Eclipse, do
|
||||
|
||||
$ mvn eclipse:eclipse
|
||||
|
||||
then import the folder from your Eclipse.
|
||||
|
||||
Next, open the preference page in Eclipse and add the CLASSPATH variable:
|
||||
|
||||
M2_REPO = $HOME/.m2/repository
|
||||
|
||||
where $HOME is your home directory. In Windows XP, $HOME is:
|
||||
C:/Documents and Settings/(user name)/.m2/repository
|
||||
|
||||
|
||||
# How to release the project (compile, test, tagging, deploy)
|
||||
|
||||
$ mvn release:prepare
|
||||
$ mvn release:perform
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue