Questions tagged [install]
8 questions
33
votes
4 answers
I am spending more time installing software than coding. Why?
I am developing code mainly using Bash, C, Python and Fortran and recently also HTML/CSS+JavaScript. My OS is Ubuntu.
Maybe I am exaggerating, but I figured that I kind of spend more time getting software (Debian and Python packages mainly,…

Max H. Balsmeier
- 457
- 4
- 5
19
votes
6 answers
Why should makefiles have an "install" target?
Coming from the world of C and C++, most build system have an install target, notably Makefiles (where it is recommended by GNU for example) or CMake. This target copies the runtime files (executables, libraries, ...) in the operating system (for…

Synxis
- 307
- 2
- 6
7
votes
1 answer
What is the difference between apache and tomcat in the xampp control panel?
I installed xampp in my machine. I wonder what is the difference between apache and tomcat in the xampp control panel.
p/s: I started apache only and test with "localhost/index.html", it works.
I started tomcat only, but it doesn't work.

eric
- 79
- 1
- 1
- 2
5
votes
4 answers
Easily accessible setup files for installation
The software product I work on has several services and user interfaces. There are separate setup files for each unit of the product for installation. We make customer specific changes and bug fixes every day. We need to store a seperate version for…

user2191454
- 101
- 6
5
votes
1 answer
Where should I store the files for python modules I install?
If I download a module for Python (such as alglib) and installing is simply a matter of running
python setup.py install
Where should I be keeping the files I download, or the files that get created after I run setup.py? Is there some neat folder in…

Dan
- 153
- 1
- 1
- 6
2
votes
0 answers
How to "orchestrate" a multi-repository installation
Suppose I'm working on software to be installed on a Linux machine (not mine).
Say the software consists of applications the user might start independently; an application which will likely be started on desktop environment login, a service which…

einpoklum
- 2,478
- 1
- 13
- 30
2
votes
3 answers
File system layout for multiple build targets
I am seeking some ideas for how to build and install software with some parameters. These including target OS, target platform CPU details, debugging variant, etc.
Some parts of the install are shared, such as documentation and many platform…

Yttrill
- 727
- 5
- 10
1
vote
1 answer
Installing mixed technology desktop application
What are the options for installing an application which uses batch files, python, excel and proprietary software? I developed a command line shell to run fast, repeatable traffic simulations largely avoiding the GUI. Essentially a 3rd party program…

nealei
- 19
- 2