Distribution program

Can someone help me with distribution program? Now i don’t have enough time for this. Our last version for windows was downloaded more than 300 times!!! I want release next version after adding individual measurement table. This is my text target, but before this i also want resolve issue #50. Creation packages don’t very hard. I already have scripts for this in repository, also i will help if need change something in them. Why i don’t do this myself? Because i can use program without installation. Therefore i don’t very interested in dev packages. After last release passed much time, so people see not exactly what we have now. Maybe someone know how to automate this process. Dev packages, also, can help us continue growing community.

Has anyone said how awesome this is?? *(because it is!)*On Monday, February 10, 2014 3:42:15 AM UTC-6, dismine wrote:

Good news! I found way make daily build for Ubuntu from GitHub mirrorhttps://github.com/dismine/Valentina . PPA for Ubuntu(daily): Valentina-dev : Roman I think same can make with Fedora and OpenSuse.

Ok :)Am 03.02.2014 08:48, schrieb dismine:

Because you use Windows you can create only Windows installation. I already gave you script for NullSoft installer. Right now need change some part of this script. If you want help i will check installation myself and write you instruction after this. OK?

On Monday, February 3, 2014 9:34:49 AM UTC+2, Christine wrote:

I would give it a try. :)

What do I need to do?

Am Mittwoch, 29. Januar 2014 15:57:47 UTC+1 schrieb dismine:

    Can someone help me with distribution program? Now i don't
    have enough time for this. Our last version for windows was
    downloaded more than *300 times*!!! I want release next
    version after adding individual measurement table. This is my
    text target, but before this i also want resolve issue #50.
    Creation packages don't very hard. I already have scripts for
    this in repository, also i will help if need change something
    in them. Why i don't do this myself? Because i can use program
    without installation. Therefore i don't very interested in dev
    packages. After last release passed much time, so people see
    not exactly what we have now. Maybe someone know how to
    automate this process. Dev packages, also, can help us
    continue growing community.

– You received this message because you are subscribed to the Google Groups “Valentina-project list” group. To unsubscribe from this group and stop receiving emails from it, send an email to valentina-project-list+unsubscribe@googlegroups.com. To post to this group, send email to valentina-project-list@googlegroups.com. Visit this group at http://groups.google.com/group/valentina-project-list. For more options, visit https://groups.google.com/groups/opt_out.

Because you use Windows you can create only Windows installation. I already gave you script for NullSoft installer. Right now need change some part of this script. If you want help i will check installation myself and write you instruction after this. OK?On Monday, February 3, 2014 9:34:49 AM UTC+2, Christine wrote:

I would give it a try. :slight_smile:

What do I need to do?

Am Mittwoch, 29. Januar 2014 15:57:47 UTC+1 schrieb dismine:

Can someone help me with distribution program? Now i don’t have enough time for this. Our last version for windows was downloaded more than 300 times!!! I want release next version after adding individual measurement table. This is my text target, but before this i also want resolve issue #50. Creation packages don’t very hard. I already have scripts for this in repository, also i will help if need change something in them. Why i don’t do this myself? Because i can use program without installation. Therefore i don’t very interested in dev packages. After last release passed much time, so people see not exactly what we have now. Maybe someone know how to automate this process. Dev packages, also, can help us continue growing community.

I would give it a try. :slight_smile:

What do I need to do?Am Mittwoch, 29. Januar 2014 15:57:47 UTC+1 schrieb dismine:

Can someone help me with distribution program? Now i don’t have enough time for this. Our last version for windows was downloaded more than 300 times!!! I want release next version after adding individual measurement table. This is my text target, but before this i also want resolve issue #50. Creation packages don’t very hard. I already have scripts for this in repository, also i will help if need change something in them. Why i don’t do this myself? Because i can use program without installation. Therefore i don’t very interested in dev packages. After last release passed much time, so people see not exactly what we have now. Maybe someone know how to automate this process. Dev packages, also, can help us continue growing community.

Mirror on GitHub: https://github.com/dismine/Valentinahttps://github.com/dismiValentina mValentina mne/Valentina https://github.com/dismine/Valentina

Good news! I found way make daily build for Ubuntu from GitHub mirrorhttps://github.com/dismine/Valentina . PPA for Ubuntu(daily): Valentina-dev : Roman I think same can make with Fedora and OpenSuse.

For creation installation for Windows i use NSIShttp://nsis.sourceforge.net/Main_Page .

  1. Install NSIS.
  2. Build release version of application.
  3. Create directory install. 4.In this directory create directory valentina(required name). 5.Copy into install directory file valentina.nsi. 6.Into valentina copy following files: platforms/qwindows.dll (create dir platforms with file qwindows.dll) icudt51.dll icuin51.dll icuuc51.dll libgcc_s_dw2-1.dll libstdc+±6.dll libwinpthread-1.dll Qt5Core.dll Qt5Gui.dll Qt5Svg.dll Qt5Widgets.dll Qt5Xml.dll Qt5PrintSupport.dll Qt5XmlPatterns.dll Qt5Network.dll valentina_ru.qm valentina_uk.qm valentina_de.qm valentina_cs.qm TODO AUTHORS README LICENSE valentina.exe valentina.ico

dll you will find in qt/bin directory, qm in valentina/share/translations, exe in build directory. Save this dir and next time you will copy only exe file and qm files. :slight_smile:

Exec context menu for file valentina.nsi and select option Compile NSIS Script. Thats all.

valentina.nsi (3.8 KB)