Testing: Calamares compiler
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ce6f66cb2c
commit
13a60e9964
|
@ -9,13 +9,13 @@ apt install \
|
||||||
|
|
||||||
|
|
||||||
# Clone the Calamares installer
|
# Clone the Calamares installer
|
||||||
git clone https://github.com/calamares/calamares.git
|
git clone https://github.com/calamares/calamares.git /opt/calamares
|
||||||
# change to Calamares
|
# change to Calamares
|
||||||
cd calamares
|
cd /opt/calamares
|
||||||
# Create a folder called build
|
# Create a folder called build
|
||||||
mkdir build
|
mkdir build
|
||||||
# Change into the build directory
|
# Change into the build directory
|
||||||
cd build
|
cd /opt/calamares/build
|
||||||
# Check the make source
|
# Check the make source
|
||||||
cmake ..
|
cmake ..
|
||||||
# Compile it
|
# Compile it
|
||||||
|
|
|
@ -153,7 +153,7 @@ OPENBOX_LIST = ('openbox\n'
|
||||||
'obmenu-generator\n'
|
'obmenu-generator\n'
|
||||||
'lxterminal\n'
|
'lxterminal\n'
|
||||||
#'geany\n'
|
#'geany\n'
|
||||||
'jgmenu\n'
|
#'jgmenu\n'
|
||||||
#'pasystray\n' # Alternative tray sound manager.
|
#'pasystray\n' # Alternative tray sound manager.
|
||||||
)
|
)
|
||||||
KDE_LIST = ('sample1\n'
|
KDE_LIST = ('sample1\n'
|
||||||
|
|
Loading…
Reference in New Issue