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

Adjustments for compiling and developing on Linux #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ViToni
Copy link

@ViToni ViToni commented Jan 30, 2015

Renamed files to match class names and case sensisitive file system on Linux:

  • SimpleDLNA/StartupUtilities.cs
  • server/Http/HttpServer.cs
  • server/Types/Subtitle.cs
  • util/FFmpeg.cs

Changed files to match case sensitive paths / names:

  • SimpleDLNA/FormMain.cs
  • server/Http/HttpClient.cs
  • server/Properties/Resources.resx
  • util/util.csproj

@nmaier
Copy link
Owner

nmaier commented Feb 2, 2015

I'm not to keen on the pull request also containing a SQLite nuget update, in particular one that breaks the setup project.

@goblin
Copy link

goblin commented Mar 23, 2016

Thanks @ViToni, this helped me compile on Linux as well. I also had to rename some filenames due to case sensitivity:

 rename server/Http/{HTTPServer.cs => HttpServer.cs} (100%)
 rename server/Types/{SubTitle.cs => Subtitle.cs} (100%)
 rename util/{Ffmpeg.cs => FFmpeg.cs} (100%)

@piedar piedar mentioned this pull request Dec 18, 2016
ViToni added 2 commits April 1, 2024 21:32
Renamed files to match class names and case sensisitive file system on Linux:

* SimpleDLNA/StartupUtilities.cs
* server/Http/HttpServer.cs
* server/Types/Subtitle.cs
* util/FFmpeg.cs

Changed files to match case sensitive paths / names:

* SimpleDLNA/FormMain.cs
* server/Http/HttpClient.cs
* server/Properties/Resources.resx
* util/util.csproj
@ViToni
Copy link
Author

ViToni commented Apr 1, 2024

I'm not to keen on the pull request also containing a SQLite nuget update, in particular one that breaks the setup project.

Reduced the PR to the minimal changes to make it compile without warnings on Linux.
All dependency updates have been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants