Skip to content

Commit b859803

Browse files
author
Wang, Gang(Gary)
committed
Merge branch 'migrate_to_cmake' of https://github.com/bigdata-memory/pmalloc into migrate_to_cmake
2 parents fc585a8 + 5e740c4 commit b859803

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,15 @@ A portable persistent memory allocation library.
5050

5151
### How to Build it ?
5252
```sh
53-
$ ./autogen.sh
54-
$ ./configure
53+
$ mkdir build
54+
$ cd build
55+
$ cmake ..
5556
$ make
5657
$ sudo make install
5758
```
59+
60+
### How to package it ?
61+
```sh
62+
$ cd build
63+
$ cpack -C CPackConfig.cmake
64+
```

0 commit comments

Comments
 (0)