swad-core icon indicating copy to clipboard operation
swad-core copied to clipboard

Compilation instructions

Open JJ opened this issue 6 years ago • 3 comments

Actually, first thing you should do is to activate issues, because this is in fact more an issue than a pull request. I just typed make and found that dependency missing, so I installed it. But still I get this error:

➜  swad-core git:(master) make                            
gcc -Wall -Wextra -mtune=native -O2 -s   -c -o swad_account.o swad_account.c
In file included from swad_account.c:38:0:
swad_global.h:35:24: fatal error: swad_alert.h: No existe el archivo o el directorio
compilation terminated.
<integrado>: fallo en las instrucciones para el objetivo 'swad_account.o'
make: *** [swad_account.o] Error 1

Which probably means make is not actually up-to-date. Anyway, this or other description of how to build this would be a great thing.

JJ avatar Dec 07 '17 08:12 JJ

Thank you and sorry for forgetting to upload some files. Fixed up.

I think you can put issues. At least I have not configured anything so that it can not be.

The compilation and installation instructions are at https://openswad.org/install/ although I'm afraid they are too long. In the future we would have to create a docker container or something that would make the installation easier.

acanas avatar Dec 09 '17 17:12 acanas

Apparently I can't. You have to enable them; right now I can't.

JJ avatar Dec 09 '17 18:12 JJ

Maybe this PR should be closed. Issues are now enabled and related issue has been fixed.

Amab avatar Nov 17 '18 16:11 Amab