Orwell Dev-C++

Informations

Créateur Messages
Alvarito050506

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 303
Wine: 4.0.2

Retours d'expérience

Description

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

Appdb.winehq.org 

Code source

#!/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:

Contribuer
Membre Messages
Alvarito050506 Mardi 22 Octobre 2019 à 18:03
Alvarito050506

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

#!/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

Réponses

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

Edité par Alvarito050506