diff --git a/README.en.md b/README.en.md index b8f8be7a2222c883b9fb4942b55ce393fbc75722..977faba352cc36de045b6f2e4f5740d814b78f40 100644 --- a/README.en.md +++ b/README.en.md @@ -1,22 +1,33 @@ -# poco +# console_bridge #### Description -poco is a ROS-independent, C++ Libraries. #### Software Architecture Software architecture description +POCO (Portable Components) C++ Libraries are: + - A collection of C++ class libraries, conceptually similar to the Java Class Library or the .NET Framework. +- Focused on solutions to frequently-encountered practical problems. +- Focused on "internet-age" network-centric applications. +- Written in efficient, modern, 100% ANSI/ISO Standard C++. +- Based on and complementing the C++ Standard Library/STL. +- Highly portable and available on many different platforms, from embedded to server. +- Open Source, licensed under the Boost Software License. + + #### Installation -1. xxxx -2. xxxx -3. xxxx +1. Dowload RPM + +wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/console_bridge-2.5.6-1.oe1.aarch64.rpm + +2. Install RPM + +sudo rpm -ivh console_bridge-2.5.6-1.oe1.aarch64.rpm #### Instructions -1. xxxx -2. xxxx -3. xxxx +Exit the console_bridge directory under the /usr/local directory , Prove that the software installation is successful #### Contribution diff --git a/README.md b/README.md index 9f74f0a2f6919bd7ece13e75a71bcd8cb778ca72..b1c2f9ccbeefbe0dc1445e69e564ba35ac39dccc 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,34 @@ # poco #### 介绍 -poco is a ROS-independent, C++ Libraries. +POCO C++是一个开源的C++类库的集合,它主要提供简单的、快速的网络和可移植应用程序的C++开发,这个类库和C++标准库可以很好的集成并填补C++标准库的功能空缺。POCO库的模块化、高效的设计及实现使得POCO特别适合嵌入式开发 #### 软件架构 软件架构说明 +POCO(便携式组件)C ++库包括 +- C ++类库的集合,概念上类似于Java类库或 .NET Framework。 +- 专注于解决经常遇到的实际问题。 +- 专注于以network-centric为中心的“internet-age”。 +- 用高效,现代的100%ANSI / ISO标准C ++编写。 +- 基于并补充了C ++标准库/ STL。 +- 高度可移植,可在从嵌入式到服务器的许多不同平台上使用。 +- 开源,根据Boost软件许可许可。 #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +1. 下载rpm包 + +wget http://121.36.3.168:82/home:/davidhan:/branches:/openEuler:/Mainline/standard_aarch64/aarch64/rospack-2.5.6-1.oe1.aarch64.rpm + +2. 安装rpm包 + +sudo rpm -ivh rospack-2.5.6-1.oe1.aarch64.rpm + #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +安装完成以后,在/usr/local目录下有poco/文件夹证明安装成功 #### 参与贡献 @@ -27,11 +38,11 @@ poco is a ROS-independent, C++ Libraries. 4. 新建 Pull Request -#### 特技 +#### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) +3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 +4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 +5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) +6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/poco-1.10.1-release.tar.gz b/poco-1.10.1-release.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7ee55b3410bae0137913d23cc961a8c3e3a69a7b Binary files /dev/null and b/poco-1.10.1-release.tar.gz differ diff --git a/poco.spec b/poco.spec new file mode 100644 index 0000000000000000000000000000000000000000..393dce84caedf3634f4266db7389ff66c76e7e2e --- /dev/null +++ b/poco.spec @@ -0,0 +1,37 @@ +Name: poco +Version: 1.10.1 +Release: 1 +Summary: This is ROS melodic ros_comm's 3rdparty poco +License: GPL +URL: https://github.com/pocoproject/poco/releases/tag/poco-1.10.1-release +Source0: https://github.com/pocoproject/poco/archive/poco-1.10.1-release.tar.gz +BuildRequires: gcc-c++ +BuildRequires: cmake +BuildRequires: boost-devel +BuildRequires: openssl-devel + +%description +This is ROS melodic ros_comm's 3rdparty poco. + +%prep +%setup + +%install +mkdir cmake-build/ +cd cmake-build/ +cmake .. +make -j9 +make install +cd .. + +#install +mkdir -p %{buildroot}/usr/local/ +cp -r install/* %{buildroot}/usr/local/ + +%files +%defattr(-,root,root) +/usr/local/* + +%changelog +* Thu December 31 2020 openEuler Buildteam +- Package init