当前位置:网站首页>Compiling minicom-2.7.1 under msys2
Compiling minicom-2.7.1 under msys2
2022-06-13 01:45:00 【weijun23】
1、 Install dependent software and Libraries
pacman -S gcc autoconf automake make ncurses-devel libiconv-devel
2、 Access to the source code
wget https://fossies.org/linux/misc/minicom-2.7.1.tar.gz
tar xvf minicom-2.7.1.tar.gz
cd minicom-2.7.1
3、 patch up
Replace minicom.h and minicom.c file
4、 To configure , compile , install
./configure --enable-lock-dir=/tmp;make;make install
5、 function ( Automatically save logs to home)
minicom -D /dev/ttyS2 -c on -C ~/minicom_log_$(date +%Y%m%d_%H%M%S).log
边栏推荐
- [从零开始学习FPGA编程-22]:进阶篇 - 架构 - FPGA内部硬件电路的设计与建模
- 一种不带CPU的DPU架构:Hyperion
- 谷歌的受众群体是如何发挥作用的?
- 服务器安装jupyterlab以及远程登录配置
- Three paradigms of database
- Wsl2 + vcxsrv + opengl3.3 configuration
- Sonarqube local installation
- (no plug-in) summary of vim basic shortcut keys
- Differences among bio, NiO and AIO
- Stone from another mountain: Web3 investment territory of a16z
猜你喜欢
随机推荐
Note: common gadgets in project architecture
What is solid angle
[从零开始学习FPGA编程-21]:进阶篇 - 架构 - VerilogHDL编码规范
matplotlib画图中文乱码
Stm32 3*3 matrix key (register version)
On February 26, 2022, the latest news of national oil price adjustment today
Reinstall opencv and step on the pit.
[WSL2]限制WSL2可访问的硬件资源(CPU/内存)
Restful interface specification annotation of pringboot (2)
TensorFlow2的Conv1D, Conv2D,Conv3D机器对应的MaxPooling详解
pytorch : srcIndex < srcSelectDimSize
Server installation jupyterab and remote login configuration
Temporary objects and compilation optimization
How to solve practical problems through audience positioning?
The method of drawing rounded panel with Delphi
[Andoid][踩坑]CTS 11_r3开始出现的testBootClassPathAndSystemServerClasspath_nonDuplicateClasses FAIL问题分析
Spit bubbles (stack)
[official document summary] writing standards for academic dissertations of National University of science and technology
About constructive code blocks, static code blocks, and constructor execution order
Detailed explanation of audience characteristics









