Kimmax / Flash-dl

Flash(Youtube) Downloader using SYMM
GNU General Public License v2.0
0 stars 0 forks source link

First intregration of SYMM Backend for AudioDownload only #10

Closed ghost closed 8 years ago

Kimmax commented 8 years ago

@di48l069 no you didn't do anything wrong, you only decided to keep the repo private. Since I'm using the LGPL (and GPL) licence for my project all my source code has to be available to the public. Since the idea was to do the implementation here, so I can include this as a alternative frontend for my project. Because you want to (and I respect that!) keep the repo private, this can't work, so I would have to code the same thing twice (for my own project), which doesn't make sense for me.

ghost commented 8 years ago

@Kimmax if i make project public can you continue your beautiful work? meaning the migration into flash-dl?

Kimmax commented 8 years ago

@di48l069 This would eliminate the problem, yes, although you would have to use the GPL License as well.

ghost commented 8 years ago

@Kimmax Project is now public

ghost commented 8 years ago

how would i apply this license?

Kimmax commented 8 years ago

@di48l069 Changed it for you. Nothing critical, since your were using MIT already, we have just to match.

ghost commented 8 years ago

@Kimmax No problem man will you continue your beautiful work? haha

Kimmax commented 8 years ago

sure

ghost commented 8 years ago

Thanks man :+1:

Kimmax commented 8 years ago

Your workflow has changed. To continue working on the new base you'll have to do the following:

git clone https://github.com/Kimmax/SYMM.git
cd SYMM
git submodule init
git submodule update

You will have than all required files to build. Go to /src/SYMM Frontend Console and work from there as you would in your current project folder (git commit, push etc. this is your repo). To make things build you'll have to fire op Flash-dl.sln.
Hit build and some nugets should restore -> you're good to go.
When you don't do work related to the implementation switch to master before doing anything please (git checkout master (again: you have to do this in /src/SYMM Frontend Console).
Edit: Removed part about references, I set the project up now.

ghost commented 8 years ago

@Kimmax sorry man kinda confused new to this github command i use the client