Jump to content

building from source on ubuntu


Recommended Posts

Posted

Hi

 

I am trying to build from source, but there is no information anywhere on this topic.

 

i used 

git clone --depth 1 https://github.com/MediaBrowser/Emby.git
cd Emby
#WTH DO I DO NOW? 

to get the code.

 

i cant find build instructions for any platform.

Posted

I would be interested in this information too

 

 

Sent from my iPhone using Tapatalk

Posted

You can build with mono just like you would build any other .net solution. Thanks.

Posted

i am still going, trying to get it working, and running into lots of errors

 

what im doing:

$ apt install git mono-complete nuget referenceassemblies-pcl
$ git clone --depth 1 Url
$ cd Emby
$ nuget restore
$ xbuild

What im getting: 

lots of errors like this:

	CSC: error CS0518: The predefined type `System.Object' is not defined or imported

(62 errors alltogether): https://pastebin.com/kNfB3GZd

 

tried to post full log to pastebin, but it is larger than their limit. (1.1mb)

  • 3 months later...
Posted

just to post my result:

 

i have started to use docker to manage everything on my server (highly recommend it)

 

i am now using the binhex/arch-emby docker container for emby. (to update to new version i just have to type `$ docker pull binhex/arch-emby`

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...