Skip to content

Commit

Permalink
Merge pull request #24 from lcywoodlucy/master
Browse files Browse the repository at this point in the history
Fix 0.3.1 docuemnt
  • Loading branch information
jacknetis committed Aug 6, 2018
2 parents 53463b0 + bcad4ac commit eacfdce
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The list of the most significant changes made in Netis Packet Agent over time.

## Netis Packet Agent 0.3.1

### Bug Fixes
* Remove rpm install boost library dependencies.


## Netis Packet Agent 0.3.0

Initial release.
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ yum install libpcap
2. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).

```shell
wget https://github.com/Netis/packet-agent/releases/download/v0.3.0/netis-packet-agent-0.3.0.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.0.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
```
8 changes: 4 additions & 4 deletions README-zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[English](README.md) ∙ 简体中文

![title](./img/title_02.PNG)
# Netis Packet Agent 0.3.0
# Netis Packet Agent 0.3.1

[![Stable release](https://img.shields.io/badge/version-0.3.0-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.0)
[![Stable release](https://img.shields.io/badge/version-0.3.1-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.1)
[![Software License](https://img.shields.io/badge/license-BSD3-green.svg)](./LICENSE.md)


Expand Down Expand Up @@ -33,8 +33,8 @@ yum install libpcap

2. 下载并安装RPM包。您可以从[这个地址](https://github.com/Netis/packet-agent/releases)获取最新版本的软件包。
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.0/netis-packet-agent-0.3.0.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.0.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
```
** 如果安装过程中提示libboost库的版本号不正确,请下载安装boost_1_59_0或者之后的版本。如果问题依然无法解决,可以尝试从源代码直接编译安装。<br/>
** 现在仅支持 CentOS 6/7版本
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
English ∙ [简体中文](README-zh-Hans.md)

![title](./img/title_02.PNG)
# Netis Packet Agent 0.3.0
# Netis Packet Agent 0.3.1

[![Stable release](https://img.shields.io/badge/version-0.3.0-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.0)
[![Stable release](https://img.shields.io/badge/version-0.3.1-green.svg)](https://github.com/Netis/packet-agent/releases/tag/0.3.1)
[![Software License](https://img.shields.io/badge/license-BSD3-green.svg)](./LICENSE.md)

## What is Netis Packet Agent?
Expand Down Expand Up @@ -32,8 +32,8 @@ yum install libpcap

2. Download and install the RPM package. Find the latest package from [Releases Page](https://github.com/Netis/packet-agent/releases).
```bash
wget https://github.com/Netis/packet-agent/releases/download/v0.3.0/netis-packet-agent-0.3.0.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.0.el6.x86_64.rpm
wget https://github.com/Netis/packet-agent/releases/download/v0.3.1/netis-packet-agent-0.3.1.el6.x86_64.rpm
rpm -ivh netis-packet-agent-0.3.1.el6.x86_64.rpm
```
Remarks: If it encounter a library dependency error when install from rpm, you should install boost_1_59_0 or later. If this also can't work, you can build and run from source.

Expand Down

0 comments on commit eacfdce

Please sign in to comment.