Skip to content

Commit efbc904

Browse files
Badges Updated
1 parent 03dd579 commit efbc904

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
[![Build Status][build-badge]][build-link]
77
[![Documentation][docs-badge]][docs-link]
88

9+
[![Platform: Ubuntu 22.04][ubuntu-badge]][ubuntu-link]
10+
[![Platform: Windows][windows-badge]][windows-link]
11+
[![Platform: macOS][macos-badge]][macos-link]
12+
[![Compiler: MSVC][msvc-badge]][msvc-link]
13+
[![Compiler: AppleClang][appleclang-badge]][appleclang-link]
14+
[![Compiler: IntelLLVM][intelllvm-badge]][intelllvm-link]
15+
[![CMake >= 3.10][cmake-badge]][cmake-link]
16+
17+
918
## Description
1019

1120
MOLE is a high-quality (C++ & MATLAB/Octave) library that implements
@@ -190,3 +199,24 @@ Now, some cool pictures obtained with MOLE:
190199
[doc-guide]: https://github.com/csrc-sdsu/mole/blob/master/doc/sphinx/README.md
191200
[homebrew]: https://brew.sh/
192201
[contrib-guide]: https://github.com/csrc-sdsu/mole/blob/master/CONTRIBUTING.md
202+
203+
[ubuntu-badge]: https://img.shields.io/badge/Platform-Ubuntu%2022.04-blueviolet?logo=ubuntu
204+
[ubuntu-link]: https://ubuntu.com/
205+
206+
[windows-badge]: https://img.shields.io/badge/Platform-Windows-0078D6?logo=windows
207+
[windows-link]: https://www.microsoft.com/windows/
208+
209+
[macos-badge]: https://img.shields.io/badge/Platform-macOS-lightgrey?logo=apple
210+
[macos-link]: https://www.apple.com/macos/
211+
212+
[msvc-badge]: https://img.shields.io/badge/Compiler-MSVC-blue?logo=visual-studio
213+
[msvc-link]: https://visualstudio.microsoft.com/
214+
215+
[appleclang-badge]: https://img.shields.io/badge/Compiler-AppleClang-orange?logo=apple
216+
[appleclang-link]: https://developer.apple.com/documentation/xcode-release-notes/
217+
218+
[intelllvm-badge]: https://img.shields.io/badge/Compiler-IntelLLVM-9cf?logo=intel
219+
[intelllvm-link]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html
220+
221+
[cmake-badge]: https://img.shields.io/badge/CMake-%3E=3.10-green?logo=cmake
222+
[cmake-link]: https://cmake.org/

0 commit comments

Comments
 (0)