在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jpmens/jo开源软件地址:https://github.com/jpmens/jo开源编程语言:C 54.5%开源软件介绍:joThis is $ jo -p name=jo n=17 parser=false
{
"name": "jo",
"n": 17,
"parser": false
} or arrays $ seq 1 10 | jo -a
[1,2,3,4,5,6,7,8,9,10] It has a manual, and you can read why I wrote jo. Build from Release tarballTo build from a release you will need a C compiler to install from a source tarball which you download from the Releases page. tar xvzf jo-1.3.tar.gz
cd jo-1.3
autoreconf -i
./configure
make check
make install Build from GithubTo install from the repository, you will need a C compiler as well as a relatively recent version of automake and autoconf. git clone https://github.com/jpmens/jo.git
cd jo
autoreconf -i
./configure
make check
make install InstallHomebrewbrew install jo MacPortssudo port install jo Ubuntu
Gentoo
Fedora
SnapThanks to Roger Light, jo is available as a snap package. Use Windowsscoop install jo Windows WSL2As shown in #175 when using git on Windows WSL2 it should be necessary to disable automatic CRLF conversion in git or the tests will fail: git config --local core.autocrlf false AIXjo builds and passes all tests on AIX 7.1 using the autoconf, automake, gcc, and pkg-config RPMs from IBM's AIX Toolbox for Open Source Software. The xlclang compiler from IBM's xlC/C++ suite for AIX will also build jo. OthersSee alsoCredits
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论