Skip to content
Snippets Groups Projects
Commit 321ab1ac authored by Qianqian Fang's avatar Qianqian Fang
Browse files

add Debian and Ubuntu installation commands

parent e6868287
No related branches found
No related tags found
No related merge requests found
...@@ -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] skil no-op markers, update documentation - 2020-06-13 [81feef3] skip 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
......
...@@ -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] skil no-op markers, update documentation * 2020-06-13 [81feef3] skip 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment