Refu Library Code
Refu is a collection of cross-platform C/C++ programming libraries
Status: Beta
Brought to you by:
lefteris-jp
File | Date | Author | Commit |
---|---|---|---|
include | 2012-10-10 |
![]() |
[44863a] Established an inheritance naming convention an... |
src | 2012-10-10 |
![]() |
[44863a] Established an inheritance naming convention an... |
.gitattributes | 2012-08-03 |
![]() |
[76cde9] First commit of the public branch of refu |
.gitignore | 2012-10-11 |
![]() |
[3b1895] Added codeblocks *.layout files to .gitignore |
LICENSE | 2012-08-03 |
![]() |
[79fa1f] First master commit in Refu after 1.0 |
README | 2012-10-11 |
![]() |
[176d69] Version 1.0.1 |
refu.cbp | 2012-08-31 |
![]() |
[521ee0] Added new String functions |
refu.layout | 2012-08-31 |
![]() |
[ebbd0b] More String functions added |
refu_config_linux | 2012-08-03 |
![]() |
[79fa1f] First master commit in Refu after 1.0 |
refu_config_win32 | 2012-10-04 |
![]() |
[0a7a88] Inheritance Implementation change in Strings an... |
rfb_linux | 2012-09-14 |
![]() |
[22a90b] Solved issue #1 |
rfb_win32.exe | 2012-09-14 |
![]() |
[22a90b] Solved issue #1 |
To learn more information about the library, documentation, building guide and much more visit: http://refu.realintelligence.net To compile the library edit the appropriate configuration file: 1)**Windows**:refu_config_win32 and run the rfb_win32.exe 2)**Linux**: refu_config_linux and run rfb_linux executable In linux you may get a "permission denied error" while attempting to execute the refu builder. If so then run chmod 755 /rfb_linux to give it executable permissions. Contributions to the project are greatly encouraged. In order to learn how to contribute visit the relevant page: http://refu.realintelligence.net/RF_ContributePGE.html Contact me at: lefteris@realintelligence.net