Git Product home page Git Product logo

ccls-binaries's Introduction

MaskRay/ccls をビルドする

自分の scoop bucket 用にバイナリを用意.なので Windows の分のバイナリしかないよ

Apache License 2.0 はバイナリをソースなしで再配布可能

なお,このREADME,install.ps1 は WTFPL にします.

問題点

公式の ccls の LICENSE が現時点で テンプレートのまま名前が書かれていなくて これ有効なのか?って無限回言っている

ビルド手順

準備

scoop bucket add lumc https://github.com/LumaKernel/my-scoop-bucket.git
scoop install git cmake ninja llvm-clang-lld

clone とかはスクリプトがやってくれる.

バージョンはここで -> https://github.com/MaskRay/ccls/tags

自分で MSVC の Developer 環境になるようにしてください (適当)

# scoop のパスを一番手前に ぶっこむなら
# $env:Path = "C:\ProgramData\scoop\shims;$env:UserProfile\scoop\shims;$env:Path"

rmdir build -Recurse -Force
./install.ps1 -version 0.20190823.5 -dest build

# 成功したら build をリリース

ビルド目安時間 : 2分

アーキテクチャのチェック

# MSYS2 とか WSL で
file ./build/bin/ccls.exe

32 bit版の gcc を入れたら 32bit 版も手に入るんじゃないかなあおそらく

scoop install gcc -a 32bit

参考

ccls-binaries's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.