-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
42 lines (37 loc) · 745 Bytes
/
Brewfile
File metadata and controls
42 lines (37 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
####
# COMMON PACKAGES
##
# These packages are required for building and running AurixOS
# regardless of the target architecture.
###
brew "git"
brew "make"
brew "gptfdisk"
brew "clang-format"
brew "xorriso"
brew "mtools"
brew "qemu"
brew "ffmpeg"
brew "llvm"
brew "lld"
brew "jq"
brew "gnu-tar"
brew "util-linux" if OS.mac?
brew "gsed" if OS.mac?
####
# x86_64-SPECIFIC PACKAGES
##
# These packages are required for building and running AurixOS
# ONLY for the x86_64 architecture.
###
brew "x86_64-elf-binutils"
brew "x86_64-elf-gcc"
brew "nasm"
####
# aarch64-SPECIFIC PACKAGES
##
# These packages are required for building and running AurixOS
# ONLY for the aarch64 architecture.
###
#brew "aarch64-elf-binutils"
#brew "aarch64-elf-gcc"