macOS(M4 / Apple Silicon)手动安装 tree(不用 brew / ports)

macOS(M4 / Apple Silicon)手动安装 tree(不用 brew / ports)

1️⃣ 安装编译工具(只需一次)

bash 复制代码
xcode-select --install

2️⃣ 拉取 tree 源码

bash 复制代码
git clone https://github.com/Old-Man-Programmer/tree.git
cd tree

3️⃣ 编译

bash 复制代码
make

⚠️ 编译过程中会看到大量 warning
全部可以忽略,不影响使用 (老 C 代码 + 新 clang)


4️⃣ 安装到系统路径

bash 复制代码
sudo cp tree /usr/local/bin

/usr/local/bin 在 macOS 上默认在 PATH 中

Apple Silicon 也没问题


5️⃣ 验证

bash 复制代码
tree --version

示例输出(类似):

text 复制代码
tree v2.x.x (c) 1996 - 2024 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro
相关推荐
寒水馨1 天前
macOS下载、安装PowerShell-v7.6.4(附安装包powershell-7.6.4-osx-arm64.pkg)
macos·自动化·跨平台·shell·脚本·命令行·powershell
星辰即远方2 天前
天气预报总结
macos·ios·objective-c·cocoa
xixiaoyunya2 天前
Mac远程访问新范式:基于80KM穿云箭的内网穿透技术实践
macos
秋雨梧桐叶落莳2 天前
计算器仿写总结
学习·macos·ios·objective-c·cocoa
寒水馨2 天前
macOS下载、安装uv-0.12.0(附安装包uv-aarch64-apple-darwin.tar.gz)
python·macos·rust·项目管理·包管理器·astral·pip替代
寒水馨2 天前
macOS下载、安装protobuf-v35.1(附安装包protoc-35.1-osx-universal_binary.zip)
macos·google·grpc·序列化·protobuf·protoc·数据交换
寒水馨2 天前
macOS下载、安装ripgrep-15.2.0(附安装包ripgrep-15.2.0-aarch64-apple-darwin.tar.gz)
macos·正则表达式·rust·ripgrep·rg·命令行搜索·代码搜索
起司喵喵3 天前
Flutter-MacOS桌面OS系统|flutter.+window_manager客户端OS模板
flutter·macos·策略模式
代码对我眨眼睛3 天前
macOS Google Chrome 常用快捷键
前端·chrome·macos
啊真真真3 天前
macOS下libnfc ..写卡失败问题及解决方案
macos·策略模式