software-distribution

What’s the best way to distribute a binary application for Linux?

大兔子大兔子 提交于 2019-11-28 17:52:22
I just finished porting an application from Windows into Linux. I have to create an installer of the application. The application is not open source => I should distribute the application's binaries (executable file, couple .so files, help files and images). I found several methods to do it: - RPM and DEB packages ; - installer in .sh files ; - Autopackage . I don't like first method (RPM and DEB packages) because I don't want to mantain different packages for different Linux distros. What is the best way to distribute a binary application for Linux? Having been through this a couple of times

Online Software Tracking Software [closed]

荒凉一梦 提交于 2019-11-28 13:45:43
I am looking for a good development tool that will help me track revisions of software I am creating, and that is web based. Just looking for suggestions on what others use. And not one that is hosted through another solution but that I can host myself. Flavius Stef http://github.com/ (git), http://bitbucket.org/ (mercurial/git) VonC The best one (that you can host yourself) would be: Atlassian FishEye (which includes source browsing features ) Not free, but you can have up to ten users with 10$ (or even free for open-source project ). Works with Subversion, Git, CVS, Perforce, ClearCase, and

How can I make my ad hoc iPhone application's icon show up in iTunes?

柔情痞子 提交于 2019-11-28 03:02:14
I've got an iPhone app with icon file Icon.png. This icon shows up properly when the app is on the phone itself, but it doesn't show up in the applications pane in iTunes. What do I need to do to get it to show up properly? The cleanest way to do this is described in the official Apple documentation, in a section called Publishing Applications for Testing . Below is the exact instructions given to you on that page: The iTunes artwork your testers see should be your application’s icon. This artwork must be a 512 x 512 JPEG or PNG file named iTunesArtwork . Note that the file must not have an

Distributing Ruby/Python desktop apps

大憨熊 提交于 2019-11-27 20:16:55
Is there any way besides Shoes to develop and distribute cross-platform GUI desktop applications written in Ruby? I come to believe that general bugginess of _why's applications is exceptionally crippling in case of Shoes, and anything more complex than a two-button form is a pain to maintain. RubyGTK, wxRuby, etc seem to be promising, but they do not solve the issue of distributing an app in a way that doesn't require Ruby pre-installed on users' computers — and libraries like ruby2exe seem to be horribly out-of-date and incomplete. Generally — what is the current fad? BTW: if there is a

I've found my software as cracked download on Internet, what to do?

早过忘川 提交于 2019-11-27 16:33:01
So, after 6 months of hard work finally released my application. Today I found the first web site where people download it cracked, and I was wondering if any of you fellow programmers know how to react to such stuff? Is there anything the software author can do to get the cracked version offline, or I'm just boned and shouldn't create anymore software, but just work on client's projects? What's your advice? Anybody with experience in that? edit: programming is what I do- so no question about whether or not continuing, just is that clients pay per project in real money, and I still don't know

Is there a mechanism to distribute an app with its own JRE?

被刻印的时光 ゝ 提交于 2019-11-27 16:28:33
问题 These fine folks are my users: http://www.youtube.com/watch?v=o4MwTvtyrUQ If you don't want to enjoy the video here is the gist: my users can't tell between a file and a folder, between a browser and a web site. I need to create a Java web app (Tomcat or Jetty) and deploy it in as many of their computers, Windows and Mac. The question is: Is there a mechanism to distribute an app with its own JRE? (in the Tcl world there are starpacks and starkits, in the Python world there's py2exe and

Options for distribution of an offline Ruby on Rails application

杀马特。学长 韩版系。学妹 提交于 2019-11-27 12:23:01
问题 I am developing an application in using Ruby on Rails, mostly as an excuse to learn the language. This is not intended to be a web-based application - and perhaps I have chosen the wrong language, but... My understanding is, that in order to run an instance of this application on somebody else's computer, they would need to install ruby on rails, and a webserver (or webrick, perhaps), as well as my application code. I am just curious if there are any other options for distributing my

Secure algorithm for creating license keys?

拟墨画扇 提交于 2019-11-27 10:56:28
问题 I would like to distribute an application, but have license key that they can enter to unlock. What is a good algorithm to create a concise key that contains information about what version they have purchased, as well as additional things such as duration of license, etc. I realize this protection can be cracked, but it keeps honest people honest. I may or may not implement online activation, but I am mainly concerned with a good way to generate these keys. We have all seen this situation,

What’s the best way to distribute a binary application for Linux?

别等时光非礼了梦想. 提交于 2019-11-27 10:50:39
问题 I just finished porting an application from Windows into Linux. I have to create an installer of the application. The application is not open source => I should distribute the application's binaries (executable file, couple .so files, help files and images). I found several methods to do it: - RPM and DEB packages; - installer in .sh files; - Autopackage. I don't like first method (RPM and DEB packages) because I don't want to mantain different packages for different Linux distros. What is

Packaging Java apps for the Windows/Linux desktop

我与影子孤独终老i 提交于 2019-11-27 10:30:00
I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on the desktop: namely providing a Java application with a consistent, responsive interface that looks like that belonging to any other app on your desktop. However, I feel that packaging an application is still an issue. OS X natively provides an easy mechanism for wrapping Java apps in native application bundles, but producing an app for Windows/Linux that doesn't require the user to run an ugly batch file or click on a .jar is