openwares.net

Freedom & Beauty

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Search
  • Table of Contents
  • Overview

openwares

open source and free matters
994 posts
18 categories
42 tags
0%

多clang环境设置默认clang版本

Posted on 2018-11-26 Edited on 2020-12-07 In uncategorized

debian当前源内的clang版本为3.8,backport源里的版本为6.0

设置默认版本为6.0:

1
2
3
4
$ sudo update-alternatives --install \\
/usr/bin/clang++ clang++ /usr/lib/llvm-6.0/bin/clang++ 100
$ sudo update-alternatives --install \\
/usr/bin/clang clang /usr/lib/llvm-6.0/bin/clang 100
linode最新内核docker服务无法启动
python3 http.server中wasm的mime类型配置
© 2025 openwares
Powered by Hexo & NexT.Muse