1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 16.04 に LLDB 7.0 をインストールする

Posted at

漢なら LLDB 7(debugger) を Ubuntu 16.04 で使いたいですね!

やりましょう!

clang は prebuilt package がありますが, LLDB はなぜかありません.

Ubuntu 16.04 で apt でデフォルトで入ってる lldb は 3.8 となり古くてつらい.

apt

llvm.org で apt の source.list が公開されていますのでこれを活用します.

2018 年 12 月 10 日時点では lldb-7 はまだ svn からのビルド扱いからか, バージョン番号がすこし違います.

$ sudo apt install lldb-7
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?