Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blawnをソースからビルド可能にしてみました #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmizu
Copy link

@kmizu kmizu commented Oct 22, 2019

  • Ubuntu 18.04で

    • llvm (6.0 or later)
    • clang (6.0 or later)
    • GNU flex
    • GNU bison
    • GNU make
    • gcc (g++)
      が入っていたら、 src/buildMakefile を叩けばビルドできるようにしてみました。
  • ついでに、ビルド済みの blawn と llc に依存しないようになっています

    • ソースからビルドできない人向けにあった方がいいかもしれませんが
  • あくまで参考までに、ということで…

    • マージについてはお任せします

- src/build/binに blawn が配置されるようにした
@cielavenir
Copy link

macOSでビルドできました、ありがとうございます!
cielavenir@e709cd7

※flexはHomebrew版、crystal-langを導入しているためHomebrew版のllvm@8を使いました。
ただ、コンパイラキャッシュは${PWD}/../tmpで固定なんですかね?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants