Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Linux Instructions

Info
These instructions are for Ubuntu 18.10 x64. You may need to adapt them if you use a different distribution.
  1. Install the .NET Core SDK using the instructions at https://dotnet.microsoft.com/download/linux-package-manager/rhelubuntu18-10/sdk-current

    Paste code macro
    languagebash
    $ wget -q https://packages.microsoft.com/config/ubuntu/18.10/packages-microsoft-prod.deb
    $ sudo dpkg -i packages-microsoft-prod.deb
    $ sudo apt-get install apt-transport-https
    $ sudo apt-get update
    $ sudo apt-get install dotnet-sdk-2.2


  2. Install Mercurial from your distribution

    Paste code macro
    languagebash
    $ sudo apt-get install me


  3. Clone the ZILF repository

    Paste code macro
    languagebash
    $ hg clone https://bitbucket.org/jmcgrew/zilf/


  4. Build and publish the projects

    Paste code macro
    languagebash
    $ cd zilf
    $ for i in Zilf Zapf; do dotnet publish src/$i --self-contained -c Release -r linux-x64; done


  5. Link the binaries to someplace in your PATH

    Paste code macro
    languagebash
    $ mkdir -p ~/bin
    $ ln -s $PWD/src/*/bin/Release/*/*/publish/Zilf ~/bin/zilf
    $ ln -s $PWD/src/*/bin/Release/*/*/publish/Zapf ~/bin/zapf

...



Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@b29
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "dotnet" , "bitbucket" , "mercurial" , "zilf" , "zapf" , "csharp" ) and type = "page" and space = "ZC"
labelsdotnet csharp zilf zapf mercurial bitbucket

...

Page Properties
hiddentrue


Related issues