Orwell Dev-C++

Informatie

Creator Bericht
Alvarito050506

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 328
Wine: 4.0.2

Feedbacks

Omschrijving

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

Appdb.winehq.org 

Broncode

#!/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 Bericht
Alvarito050506 Dinsdag 22 October 2019 om 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

Antwoorden

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

Aangepast door Alvarito050506

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com