mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3963
This commit is contained in:
parent
5629e39ffb
commit
ad457f964a
|
@ -0,0 +1,8 @@
|
|||
This file will explain how to create a Makefile.graphics file for your
|
||||
own specific system once a configure has been run on boinc. The following things must be added to the Makefile so as to create it with graphics:
|
||||
|
||||
|
||||
GRXLIBS: add -lglut
|
||||
AM_CPPFLAGS: add -I$(top_srcdir)/boincglut/include
|
||||
am_libboinc_api_a_OBJECTS: add x_opengl, graphics_data, graphics_api, reduce,
|
||||
gutil, all with extension .$(OBJEXT)
|
|
@ -15742,3 +15742,11 @@ Noaa 29 July 2004
|
|||
api/
|
||||
x_opengl.C
|
||||
|
||||
Noaa 30 July 2004
|
||||
- added Makefile.Readme to explain how to make a Makefile.graphics
|
||||
for a system since at the moment Makefile.graphics is restricted
|
||||
to the setup on Miner. This can be used when Makefile.in is changed
|
||||
so that a correct Makefile is generated at configure time.
|
||||
|
||||
client/
|
||||
Makefile.Readme(new)
|
Loading…
Reference in New Issue