Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation - Linux Compilation Instructions #91

Closed
gcormier opened this issue May 28, 2020 · 3 comments
Closed

Documentation - Linux Compilation Instructions #91

gcormier opened this issue May 28, 2020 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@gcormier
Copy link

Would be useful to have a section in the readme or seperate building file with instructions.

For linux, good to know (from #87 )

wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1
sudo apt-get install dotnet-sdk-2.2

dotnet build
dotnet publish -r linux-x64

@MattMcL4475 MattMcL4475 added the documentation Improvements or additions to documentation label May 30, 2020
@jbagga
Copy link
Contributor

jbagga commented Jun 9, 2020

added this task to the documentation running checklist #70

@tracykard tracykard added this to To do in Bug fixes and feature enhancements via automation Aug 10, 2020
@jbagga jbagga added this to the 2.1 milestone Aug 10, 2020
@tonybendis
Copy link
Contributor

On linux, you could use docker to build without installing other tools:

git clone https://github.com/microsoft/CromwellOnAzure.git
cd CromwellOnAzure
docker run -v $(pwd):/CromwellOnAzure --workdir /CromwellOnAzure mcr.microsoft.com/dotnet/core/sdk:3.1 dotnet build

@jbagga
Copy link
Contributor

jbagga commented Sep 3, 2020

added compile instructions for linux here https://github.com/microsoft/CromwellOnAzure#linux
Let us know if you have feedback or issues!

@jbagga jbagga closed this as completed Sep 3, 2020
Bug fixes and feature enhancements automation moved this from To do to Done Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
No open projects
Development

No branches or pull requests

4 participants