How to create a portableapps project

I want to build this project on windows from source code. http://sourceforge.net/projects/portableapps/

I downloaded the source code. But I have no idea how to build it.

EDIT --------- Actually, I downloaded the source. But I do not know what software I need to open / create a source. For example, for .NET projects I would use Visual Studio. I need to know which IDE is required for this project.

+4
source share
1 answer

If you mean a launcher, then the source can be found here . I was able to create 2.0 beta 5 from the source. I received an error message, but did not investigate further.

I have to say that the source code for this project is pretty well hidden. The comment in this blog post suggests that the latest version requires Delphi XE. If you are using an earlier version, this may be a problem. Otherwise, you will need to clarify what is going wrong.

+3
source

Source: https://habr.com/ru/post/1343283/


All Articles