Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jsonlab
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Contributions
jsonlab
Commits
321ab1ac
Commit
321ab1ac
authored
4 years ago
by
Qianqian Fang
Browse files
Options
Downloads
Patches
Plain Diff
add Debian and Ubuntu installation commands
parent
e6868287
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+38
-1
38 additions, 1 deletion
README.rst
README.txt
+27
-1
27 additions, 1 deletion
README.txt
with
65 additions
and
2 deletions
README.rst
+
38
−
1
View file @
321ab1ac
...
@@ -32,7 +32,7 @@ release v1.9.8 in Oct. 2019. A list of the major changes are summarized below
...
@@ -32,7 +32,7 @@ release v1.9.8 in Oct. 2019. A list of the major changes are summarized below
efficiently encode special matrices and the addition of ``jsave/jload`` to save
efficiently encode special matrices and the addition of ``jsave/jload`` to save
and restore variables in MATLAB/Octave like the ``save/load`` commands (experimental):
and restore variables in MATLAB/Octave like the ``save/load`` commands (experimental):
- 2020-06-13 [81feef3] ski
l
no-op markers, update documentation
- 2020-06-13 [81feef3] ski
p
no-op markers, update documentation
- 2020-06-13 [4904155] jload load data to struct, test if loadbj input is buffer, update error msg
- 2020-06-13 [4904155] jload load data to struct, test if loadbj input is buffer, update error msg
- 2020-06-12 [c334799] change default workspace to caller for jload and jsave
- 2020-06-12 [c334799] change default workspace to caller for jload and jsave
- 2020-06-10 [c883546] fix keeptype single integer bug
- 2020-06-10 [c883546] fix keeptype single integer bug
...
@@ -206,6 +206,43 @@ To enable data compression/decompression, you need to install ``octave-zmat`` us
...
@@ -206,6 +206,43 @@ To enable data compression/decompression, you need to install ``octave-zmat`` us
.. code:: shell
.. code:: shell
sudo dnf install octave-zmat
sudo dnf install octave-zmat
Then open Octave, and type ``pkg load jsonlab`` to enable jsonlab toolbox.
----------
Install JSONLab on Debian
----------
JSONLab is currently available on Debian unstable. To install, you may run
.. code:: shell
sudo apt-get install octave-jsonlab
One can alternatively install ``matlab-jsonlab`` if MATLAB is available.
----------
Install JSONLab on Ubuntu
----------
JSONLab is currently available on the below PPA for Ubuntu users:
https://launchpad.net/~fangq/+archive/ubuntu/ppa
To install, please run
.. code:: shell
sudo add-apt-repository ppa:fangq/ppa
sudo apt-get update
to add this PPA, and then use
.. code:: shell
sudo apt-get install octave-jsonlab
to install the toolbox. ``octave-zmat`` will be automatically installed.
----------
----------
Install JSONLab on Arch Linux
Install JSONLab on Arch Linux
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
27
−
1
View file @
321ab1ac
...
@@ -37,7 +37,7 @@ release v1.9.8 in Oct. 2019. A list of the major changes are summarized below
...
@@ -37,7 +37,7 @@ release v1.9.8 in Oct. 2019. A list of the major changes are summarized below
efficiently encode special matrices and the addition of `jsave/jload` to save
efficiently encode special matrices and the addition of `jsave/jload` to save
and restore variables in MATLAB/Octave like the `save/load` commands (experimental):
and restore variables in MATLAB/Octave like the `save/load` commands (experimental):
* 2020-06-13 [81feef3] ski
l
no-op markers, update documentation
* 2020-06-13 [81feef3] ski
p
no-op markers, update documentation
* 2020-06-13 [4904155] jload load data to struct, test if loadbj input is buffer, update error msg
* 2020-06-13 [4904155] jload load data to struct, test if loadbj input is buffer, update error msg
* 2020-06-12 [c334799] change default workspace to caller for jload and jsave
* 2020-06-12 [c334799] change default workspace to caller for jload and jsave
* 2020-06-10 [c883546] fix keeptype single integer bug
* 2020-06-10 [c883546] fix keeptype single integer bug
...
@@ -198,6 +198,32 @@ To enable data compression/decompression, you need to install `octave-zmat` usin
...
@@ -198,6 +198,32 @@ To enable data compression/decompression, you need to install `octave-zmat` usin
sudo dnf install octave-zmat
sudo dnf install octave-zmat
=== Install JSONLab on Debian ===
JSONLab is currently available on Debian unstable. To install, you may run
sudo apt-get install octave-jsonlab
One can alternatively install `matlab-jsonlab` if MATLAB is available.
=== Install JSONLab on Ubuntu ===
JSONLab is currently available on the below PPA for Ubuntu users:
https://launchpad.net/~fangq/+archive/ubuntu/ppa
To install, please run
sudo add-apt-repository ppa:fangq/ppa
sudo apt-get update
to add this PPA, and then use
sudo apt-get install octave-jsonlab
to install the toolbox. `octave-zmat` will be automatically installed.
=== Install JSONLab on Arch Linux ===
=== Install JSONLab on Arch Linux ===
JSONLab is also available on Arch Linux. You may install it using the below command
JSONLab is also available on Arch Linux. You may install it using the below command
...
...
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