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

Add badges #6213

Closed
wants to merge 2 commits into from
Closed

Add badges #6213

wants to merge 2 commits into from

Conversation

data-man
Copy link
Contributor

latest release
Packaging status

@data-man
Copy link
Contributor Author

Test

ZIG

A general-purpose programming language and toolchain for maintaining
robust, optimal, and reusable software.

Resources

Building from Source

Build Status latest release

Packaging status

Note that you can
download a binary of master branch.

Stage 1: Build Zig from C++ Source Code

Dependencies

POSIX
  • cmake >= 2.8.5
  • gcc >= 5.0.0 or clang >= 3.6.0
  • LLVM, Clang, LLD development libraries == 10.x, compiled with the same gcc or clang version above
Windows
  • cmake >= 3.15.3
  • Microsoft Visual Studio. Supported versions:
    • 2015 (version 14)
    • 2017 (version 15.8)
    • 2019 (version 16)
  • LLVM, Clang, LLD development libraries == 10.x

Instructions

POSIX
mkdir build
cd build
cmake ..
make install

Need help? Troubleshooting Build Issues

MacOS
brew install cmake llvm
brew outdated llvm || brew upgrade llvm
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix llvm)
make install

You will now run into this issue:
homebrew and llvm 10 packages in apt.llvm.org are broken with undefined reference to getPollyPluginInfo
or
error: unable to create target: 'Unable to find target for this triple (no targets are registered)',
in which case try -DZIG_WORKAROUND_4799=ON

Hopefully this will be fixed upstream with LLVM 10.0.1.

Windows

See https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows

@Mouvedia
Copy link

Mouvedia commented Aug 31, 2020

@data-man it will look much better if you add align="right" to the image. That will prevent the content from being pushed down. You will have to use html though.

@data-man
Copy link
Contributor Author

@Mouvedia

add align="right" to the image

What will it improve?
Will the left part be blank?

BTW, you can post your version (without bottom part) here. ;)

@Mouvedia
Copy link

Mouvedia commented Aug 31, 2020

Building from Source

Build Status

Packaging status

Note that you can
download a binary of master branch.

Stage 1: Build Zig from C++ Source Code

Dependencies

POSIX
  • cmake >= 2.8.5
  • gcc >= 5.0.0 or clang >= 3.6.0
  • LLVM, Clang, LLD development libraries == 10.x, compiled with the same gcc or clang version above
Windows
  • cmake >= 3.15.3
  • Microsoft Visual Studio. Supported versions:
    • 2015 (version 14)
    • 2017 (version 15.8)
    • 2019 (version 16)
  • LLVM, Clang, LLD development libraries == 10.x

@data-man
Copy link
Contributor Author

Don't hesitate to put your thumb up or down. 😄

@andrewrk
Copy link
Member

andrewrk commented Aug 31, 2020

Counter-proposal: put them here: https://github.com/ziglang/zig/wiki/Install-Zig-from-a-Package-Manager

I updated the readme to link to that page here: 4e97cf5

@data-man
Copy link
Contributor Author

Counter-proposal: put them here

Done.

@data-man data-man closed this Aug 31, 2020
@andrewrk
Copy link
Member

Thanks! I moved it up to the top, looks good 👍

@data-man
Copy link
Contributor Author

Maybe add them to ziglang.org?
To the main page or download page.

@data-man data-man deleted the repology_badge branch September 14, 2020 09:41
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.

None yet

4 participants