Skip to content

kalpacg/ocs

 
 

Repository files navigation

# ocs

## Building
	1. mkdir ../ocs.build     (create build directory)
	2. cd ../ocs.build        (change working directory for build)
	3. ../ocs/configure       (creates Makefiles)
	4. make                      (builds entire package)
	5. make check                (run dialyzer and common_test)

## Installing
	1. sudo make install         (installs embedded application in system)

## Cleaning
	1. make clean                (removes files created with make)
	2. make distclean            (removes files created with configure also)

## Options
	../ocs/configure --enable-debug

About

Online Charging System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 83.4%
  • HTML 12.8%
  • C 2.0%
  • Makefile 1.1%
  • Other 0.7%