#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "util.h"
#include "error.h"
#include "install.h"
Go to the source code of this file.
Functions | |
gboolean | luau_install_rpm (const char *filename) |
gboolean | luau_install_deb (const char *filename) |
gboolean | luau_install_src (const char *filename) |
gboolean | luau_install_exec (const char *filename) |
gboolean | luau_install_autopkg (const char *filename) |
|
Definition at line 127 of file install.c. References luau_install_exec(). Referenced by luau_installPackage(). |
|
Definition at line 70 of file install.c. References ERROR, and lutil_createString(). Referenced by luau_installPackage(). |
|
Definition at line 105 of file install.c. References ERROR. Referenced by luau_install_autopkg(), and luau_installPackage(). |
|
Definition at line 40 of file install.c. References ERROR, and lutil_createString(). Referenced by luau_installPackage(). |
|
Definition at line 100 of file install.c. References ERROR. Referenced by luau_installPackage(). |