IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alfredoh1234-sandbox
riscv_vm
Commits
2d0c78f6
Unverified
Commit
2d0c78f6
authored
Sep 10, 2019
by
Alfredo
Committed by
GitHub
Sep 10, 2019
Browse files
MacOS risc-v virtual machine player installer
parent
3fbe3b05
Changes
1
Show whitespace changes
Inline
Side-by-side
riscv_vm_macos_install.command
0 → 100644
View file @
2d0c78f6
#! /bin/bash
#------------------------------------------------------------------------------
# Copyright (c) 2019 BTA Design Services Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#------------------------------------------------------------------------------
# Author: Alfredo Herrera (aherrera@btadesignservices.com)
#---
# This script installs the necesary files to run riscv_vm on a MacOS host.
# This script must me run from a terminal window with admin priviledges
#------------------------------------------------------------------------------
echo
"============================"
echo
" INSTALL HOMEBREW"
echo
"============================"
/usr/bin/ruby
-e
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install
)
"
echo
"============================"
echo
"INSTALL TOOLS"
echo
"============================"
brew
install
telnet git wget
wget https://download.virtualbox.org/virtualbox/6.0.10/VirtualBox-6.0.10-132072-Win.exe
wget https://download.virtualbox.org/virtualbox/6.0.10/Oracle_VM_VirtualBox_Extension_Pack-6.0.10.vbox-extpack
brew
install
caskroom/cask/brew-cask 2> /dev/null
brew cask
install
xquartz
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment