Jesteś tutaj

Orwell Dev-C++

Informations

Creator Wiadmości
Alvarito050506

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 303
Wine: 4.0.2

Feedbacks

Description

From the official website: "A new and improved fork of Bloodshed Dev-C++." Wikipedia.

Appdb.winehq.org 

Source code

#!/usr/bin/env playonlinux-bash       

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Orwell Dev-C++"
PREFIX="Dev_Cpp"
WORKING_WINE_VERSION="4.0.2"

EDITOR="Orwell Dev-C++"
EDITOR_URL="http://orwelldevcpp.sourceforge.io/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

cd "$POL_System_TmpDir"
POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe"
POL_System_TmpDelete
POL_Shortcut "devcpp.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Wiadmości
Alvarito050506 Tuesday 22 October 2019 at 18:03
Alvarito050506

Information

This update has been approved by the team.

Differences

@@ -0,0 +1,32 @@
+#!/usr/bin/env playonlinux-bash       
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Orwell Dev-C++"
+PREFIX="Dev_Cpp"
+WORKING_WINE_VERSION="4.0.2"
+
+EDITOR="Orwell Dev-C++"
+EDITOR_URL="http://orwelldevcpp.sourceforge.io/"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_System_TmpCreate "$TITLE"
+
+cd "$POL_System_TmpDir"
+POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download"
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe"
+POL_System_TmpDelete
+POL_Shortcut "devcpp.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash       

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Orwell Dev-C++"
PREFIX="Dev_Cpp"
WORKING_WINE_VERSION="4.0.2"

EDITOR="Orwell Dev-C++"
EDITOR_URL="http://orwelldevcpp.sourceforge.io/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

cd "$POL_System_TmpDir"
POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe"
POL_System_TmpDelete
POL_Shortcut "devcpp.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Odpowiedzi

Friday 29 November 2019 at 21:10
Approved. Note: a way to install it from a local file would be welcome.
Saturday 30 November 2019 at 14:56
Ok, thanks! Should I create a new installer or add the option to this?

Edytowane przez Alvarito050506