# IGNITE-45 - Renaiming

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ef2c0d8d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ef2c0d8d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ef2c0d8d

Branch: refs/heads/ignite-release-test-no-mod
Commit: ef2c0d8d4cf216ef4d5e88c71c40144f7a8ef5a0
Parents: a20d4cf
Author: Valentin Kulichenko <vkuliche...@gridgain.com>
Authored: Mon Mar 23 02:19:05 2015 -0700
Committer: Valentin Kulichenko <vkuliche...@gridgain.com>
Committed: Mon Mar 23 02:19:05 2015 -0700

----------------------------------------------------------------------
 ipc/shmem/readme.txt  | 37 -------------------------------------
 ipc/shmem/readme.txt_ | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ef2c0d8d/ipc/shmem/readme.txt
----------------------------------------------------------------------
diff --git a/ipc/shmem/readme.txt b/ipc/shmem/readme.txt
deleted file mode 100644
index 854e1d9..0000000
--- a/ipc/shmem/readme.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Apache Ignite Shared memory IPC library
----------------------------------------
-
-Apache Ignite shared memory IPC library implement exchange via shared memory 
for Apache Ignite.
-
-Building on Linux and Mac OS X
--------------------
-
-For builing on Linux and Mac OS X the shared memory library uses the GNU 
Autotools toolchain.
-Go to the 'ipc/shmem/' directory and run:
-
-    ./configure
-
-You can also do
-
-    ./configure --help
-
-to see all available command line options. Once the configure script finishes, 
you can run a make:
-
-    make install
-
-This will build and install the shared memory library and the headers into the 
default location on your
-system (which is usually '/usr/local').
-
-Usage with Apache Ignite
--------------------
-
-Copy compiled library to folder that already listed in 'java.library.path'
-with name in form: 'libigniteshmem-<ignite-version>.<extention>'.
-Note: Ignite should be restarted.
-
-**************************************************************************************
-*** Additional notes:
-*** - 'make install' should be run under sudo
-*** - if you have problems with <jni.h>, remember that JAVA_HOME have to be 
set not only for current user, but and for sudo user (check it by typing 'sudo 
-E env | grep JAVA_HOME')
-*** - if you do all right, but it still no work you can just replace manually 
$(JAVA_HOME) on your java home path at Makefiles.* . :-)
-**************************************************************************************

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ef2c0d8d/ipc/shmem/readme.txt_
----------------------------------------------------------------------
diff --git a/ipc/shmem/readme.txt_ b/ipc/shmem/readme.txt_
new file mode 100644
index 0000000..854e1d9
--- /dev/null
+++ b/ipc/shmem/readme.txt_
@@ -0,0 +1,37 @@
+Apache Ignite Shared memory IPC library
+---------------------------------------
+
+Apache Ignite shared memory IPC library implement exchange via shared memory 
for Apache Ignite.
+
+Building on Linux and Mac OS X
+-------------------
+
+For builing on Linux and Mac OS X the shared memory library uses the GNU 
Autotools toolchain.
+Go to the 'ipc/shmem/' directory and run:
+
+    ./configure
+
+You can also do
+
+    ./configure --help
+
+to see all available command line options. Once the configure script finishes, 
you can run a make:
+
+    make install
+
+This will build and install the shared memory library and the headers into the 
default location on your
+system (which is usually '/usr/local').
+
+Usage with Apache Ignite
+-------------------
+
+Copy compiled library to folder that already listed in 'java.library.path'
+with name in form: 'libigniteshmem-<ignite-version>.<extention>'.
+Note: Ignite should be restarted.
+
+**************************************************************************************
+*** Additional notes:
+*** - 'make install' should be run under sudo
+*** - if you have problems with <jni.h>, remember that JAVA_HOME have to be 
set not only for current user, but and for sudo user (check it by typing 'sudo 
-E env | grep JAVA_HOME')
+*** - if you do all right, but it still no work you can just replace manually 
$(JAVA_HOME) on your java home path at Makefiles.* . :-)
+**************************************************************************************

Reply via email to