Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
6df56e74
Verified
Commit
6df56e74
authored
Jun 7, 2023
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
README.md: fix typo
parent
9fd6515f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
6df56e74
...
@@ -408,7 +408,7 @@ If you have an Intel chip you can only compile for `x86_64`.
...
@@ -408,7 +408,7 @@ If you have an Intel chip you can only compile for `x86_64`.
You can check the platform of your current Homebrew installation by e.g. running
You can check the platform of your current Homebrew installation by e.g. running
`which brew`
which should point to
`/opt/homebrew/bin/brew`
for
`arm64`
and to
`which brew`
which should point to
`/opt/homebrew/bin/brew`
for
`arm64`
and to
`/usr/local/bin/brew`
for
`x86_64`
systems. In the steps below, we
`/usr/local/bin/brew`
for
`x86_64`
systems. In the steps below, we
create a temporary environment
al
variable
`BREWDIR`
to ensure that the correct packages are used.
create a temporary environment variable
`BREWDIR`
to ensure that the correct packages are used.
The following commands install all requirements and Dynare from source.
The following commands install all requirements and Dynare from source.
They should be entered at the command prompt in Terminal.app.
They should be entered at the command prompt in Terminal.app.
...
@@ -426,7 +426,7 @@ softwareupdate --install-rosetta --agree-to-license
...
@@ -426,7 +426,7 @@ softwareupdate --install-rosetta --agree-to-license
```
```
-
Install
[
Homebrew
](
https://brew.sh/
)
:
-
Install
[
Homebrew
](
https://brew.sh/
)
:
Create environment
al
variables for which platform you want to compile for, i.e. either
`arm64`
or
`x86_64`
:
Create environment variables for which platform you want to compile for, i.e. either
`arm64`
or
`x86_64`
:
For
`arm64`
run the following commands:
For
`arm64`
run the following commands:
```
sh
```
sh
...
@@ -440,7 +440,7 @@ export ARCH=x86_64
...
@@ -440,7 +440,7 @@ export ARCH=x86_64
export
BREWDIR
=
/usr/local
export
BREWDIR
=
/usr/local
```
```
Install Homebrew using the environment
al
variables:
Install Homebrew using the environment variables:
```
sh
```
sh
arch
-
$ARCH
/bin/bash
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
)
"
arch
-
$ARCH
/bin/bash
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
)
"
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment