Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
website
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
website
Commits
a8f152d0
Verified
Commit
a8f152d0
authored
3 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Mention the FreeBSD port
Also add generic instructions for other BSD systems. Ref.
dynare#1824
parent
4bc0dd1c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_includes/download-snapshot.html
+15
-1
15 additions, 1 deletion
_includes/download-snapshot.html
_includes/download-stable.html
+16
-1
16 additions, 1 deletion
_includes/download-stable.html
_sass/dynare.scss
+5
-2
5 additions, 2 deletions
_sass/dynare.scss
with
36 additions
and
4 deletions
_includes/download-snapshot.html
+
15
−
1
View file @
a8f152d0
...
...
@@ -10,7 +10,10 @@
<label
class=
"dynare_label"
for=
"snapshot_tab3"
>
GNU/Linux
</label>
<input
class=
"dynare_input"
id=
"snapshot_tab4"
type=
"radio"
name=
"snapshot_tabs"
>
<label
class=
"dynare_label"
for=
"snapshot_tab4"
>
Source
</label>
<label
class=
"dynare_label"
for=
"snapshot_tab4"
>
BSD
</label>
<input
class=
"dynare_input"
id=
"snapshot_tab5"
type=
"radio"
name=
"snapshot_tabs"
>
<label
class=
"dynare_label"
for=
"snapshot_tab5"
>
Source
</label>
<section
class=
"dynare_section"
id=
"snapshot_content1"
>
<p>
...
...
@@ -63,6 +66,17 @@
</section>
<section
class=
"dynare_section"
id=
"snapshot_content4"
>
<p>
Snapshots are not available for BSD systems. Users should
compile from source available in
the
<a
href=
"https://git.dynare.org/Dynare/dynare"
>
Dynare Git
repository
</a>
, as explained on
the
<a
href=
"https://git.dynare.org/Dynare/dynare/blob/master/README.md"
>
Dynare
README.md
</a>
page.
</p>
</section>
<section
class=
"dynare_section"
id=
"snapshot_content5"
>
<p>
Source code, not needed by most users.
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-source.html %}
...
...
This diff is collapsed.
Click to expand it.
_includes/download-stable.html
+
16
−
1
View file @
a8f152d0
...
...
@@ -10,7 +10,10 @@
<label
class=
"dynare_label"
for=
"stable_tab3"
>
GNU/Linux
</label>
<input
class=
"dynare_input"
id=
"stable_tab4"
type=
"radio"
name=
"stable_tabs"
>
<label
class=
"dynare_label"
for=
"stable_tab4"
>
Source
</label>
<label
class=
"dynare_label"
for=
"stable_tab4"
>
BSD
</label>
<input
class=
"dynare_input"
id=
"stable_tab5"
type=
"radio"
name=
"stable_tabs"
>
<label
class=
"dynare_label"
for=
"stable_tab5"
>
Source
</label>
<section
class=
"dynare_section"
id=
"stable_content1"
>
<p>
...
...
@@ -76,6 +79,18 @@
</section>
<section
class=
"dynare_section"
id=
"stable_content4"
>
<p>
There is a
<a
href=
"https://www.freshports.org/science/dynare/"
>
FreeBSD
port for Dynare
</a>
. It can be installed with:
<code>
pkg install dynare
</code>
.
</p>
<p>
For other BSD systems, you need to recompile Dynare from source, as
explained in the
<tt>
README.md
</tt>
file.
</p>
</section>
<section
class=
"dynare_section"
id=
"stable_content5"
>
<p>
Source code, not needed by most users.
</p>
...
...
This diff is collapsed.
Click to expand it.
_sass/dynare.scss
+
5
−
2
View file @
a8f152d0
...
...
@@ -356,7 +356,8 @@ label.dynare_label:before {
label
.dynare_label
[
for
*=
'1'
]
:before
{
font-family
:
'Font Awesome 5 Brands'
!
important
;
font-weight
:
400
;
content
:
'\f17a'
;
}
label
.dynare_label
[
for
*=
'2'
]
:before
{
font-family
:
'Font Awesome 5 Brands'
!
important
;
font-weight
:
400
;
content
:
'\f179'
;
}
label
.dynare_label
[
for
*=
'3'
]
:before
{
font-family
:
'Font Awesome 5 Brands'
!
important
;
font-weight
:
400
;
content
:
'\f17c'
;
}
label
.dynare_label
[
for
*=
'4'
]
:before
{
font-family
:
'Font Awesome 5 Free'
!
important
;
font-weight
:
900
;
content
:
'\f121'
;
}
label
.dynare_label
[
for
*=
'4'
]
:before
{
font-family
:
'Font Awesome 5 Brands'
!
important
;
font-weight
:
400
;
content
:
'\f3a4'
;
}
label
.dynare_label
[
for
*=
'5'
]
:before
{
font-family
:
'Font Awesome 5 Free'
!
important
;
font-weight
:
900
;
content
:
'\f121'
;
}
label
.dynare_label
:hover
{
color
:
$download-tab-label-hover-color
;
...
...
@@ -374,10 +375,12 @@ input.dynare_input:checked + label {
#stable_tab2
:checked
~
#stable_content2
,
#stable_tab3
:checked
~
#stable_content3
,
#stable_tab4
:checked
~
#stable_content4
,
#stable_tab5
:checked
~
#stable_content5
,
#snapshot_tab1
:checked
~
#snapshot_content1
,
#snapshot_tab2
:checked
~
#snapshot_content2
,
#snapshot_tab3
:checked
~
#snapshot_content3
,
#snapshot_tab4
:checked
~
#snapshot_content4
{
#snapshot_tab4
:checked
~
#snapshot_content4
,
#snapshot_tab5
:checked
~
#snapshot_content5
{
display
:
block
;
}
...
...
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