0. 环境
ubuntu-22.10-beta-desktop-amd64.iso
gcc 12.2.0
g++ 12.2.0
make 4.3
cmake 3.24.2
git 2.37.2
openssl 3.0.5
(centos 7 64下,默认gcc版本4.8.5比较低,需要升级,openssl 1.0.3好像也比较低)
1. 编译 neuron
参考:https://github.com/emqx/neuron

window 10 共享 D:\share_ubuntu 给 VM ubuntu /mnt/hgfs
https://www.jb51.net/article/255000.htm
git clone https://github.com/emqx/neuron
cd neuron
git submodule update --init
默认 extern/uthash目录中是空的,执行 git submodule update 后,会自动下载该子模块

本文介绍在Ubuntu 22.10环境下编译Neuron及Dashboard的过程。包括安装依赖如openssl、zlog等,并解决cmake配置问题。最终实现Neuron服务启动及WebUI访问。

1701

被折叠的 条评论
为什么被折叠?



