forked from markus/S_New4
clean Up S_New Project Folder
This commit is contained in:
parent
debe9f7bd1
commit
923e699d30
16
README.md
16
README.md
@ -37,22 +37,20 @@ Aufruf: S_New4 [Unteroption] [PARAMETER]...
|
||||
sudo apt install libcurl4-openssl-dev
|
||||
```
|
||||
|
||||
GCC-G++:
|
||||
```sh
|
||||
./autogen.sh
|
||||
```
|
||||
|
||||
#### g++
|
||||
```sh
|
||||
g++ --std=c++14 accountManager.cpp accountManager.h main.cpp pageManager.cpp pageManager.h parameterManager.cpp parameterManager.h programManager.cpp programManager.h -lcurl -lpthread -o S_New4
|
||||
```
|
||||
|
||||
QT-Style:
|
||||
#### QT-Style:
|
||||
```sh
|
||||
qmake && make
|
||||
```
|
||||
|
||||
### Windows:
|
||||
### Windows: (x86_64 Architekture)
|
||||
|
||||
nutze den QT-Creator und MinGW (64Bit)
|
||||
#### QT-Style: ( MinGW-64Bit )
|
||||
|
||||
Nutze den QT-Creator:
|
||||
> In dem Unterordner curl/ befinden sich die benötigten Header- und Curl-Lib-Dateien für curl
|
||||
C++ und winpthread Libs befinden sich in dem Ordner Win_64_Bit_LIBS
|
||||
> C++ und Winpthread Libs befinden sich in dem Ordner x86_64-WIN_LIBS/
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
g++ --std=c++14 accountManager.cpp accountManager.h main.cpp pageManager.cpp pageManager.h parameterManager.cpp parameterManager.h programManager.cpp programManager.h -lcurl -lpthread -o S_New4
|
||||
|
||||
sleep 3
|
@ -456,8 +456,9 @@ std::string PageManager::chooseHosterLink(std::string HosterList, std::string Ho
|
||||
|
||||
//Für jede Sprache:
|
||||
while (getline(SListLang, langId).good()) {
|
||||
|
||||
if ( langId == "GerDub" )
|
||||
if(langId == "")
|
||||
continue;
|
||||
else if ( langId == "GerDub" )
|
||||
LangId=1;
|
||||
else if ( langId == "Eng" )
|
||||
LangId=2;
|
||||
|
1
x86_64-WIN_LIBS/LIBCURL-DLL
Normal file
1
x86_64-WIN_LIBS/LIBCURL-DLL
Normal file
@ -0,0 +1 @@
|
||||
../curl/
|
Loading…
Reference in New Issue
Block a user