please choosego to mobile | Continue to access the PC version
View: 7285|Reply: 2

.net core on orange pi

[Copy link]

1

threads

3

posts

19

credits

Novice

Rank: 1

credits
19
Published in 2017-8-16 01:59:56 | Show all floors |Read mode
Hello! Here http://www.orangepi.org/orangepi ... thread&tid=2408 is described about .net core on orange pi. Could you give me more information: how to install components and deploy application?

3

threads

20

posts

163

credits

Registered member

Rank: 2

credits
163
Published in 2017-8-16 07:53:59 | Show all floors
I think he had a bad link.  I did a quick google for "dotnet raspberry pi" and ran across https://github.com/dotnet/core/b ... ryPiInstructions.md which has the instructions.  The project might of recently redid it's layout.  

It looks like you have to install dotnet on a windows machine and build your project.  Then you dotnet publish -r linux-arm for Linux running on Raspberry Pi.  This creates the project that you copy to the Pi to run.  In the case of the documentation it looks like the app is written in C#.  Why not just get gcc and compile it naitvely?  I guess there are probably some services available under dotnet that you have to work a lot hard to do in gcc.

1

threads

3

posts

19

credits

Novice

Rank: 1

credits
19
 Author| Published in 2017-8-23 02:57:14 | Show all floors
Thank you! I'll try it.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list