Difference between revisions of "User:Anoop/Logs"
From BRL-CAD
(→ToDo) |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == May 29, 2012 == | ||
+ | Exploring src/shapes for commit access | ||
+ | |||
+ | == May 28, 2012 == | ||
+ | Looking for tools in BRL-CAD source code to set-up milestones. | ||
+ | |||
== May 17, 2012 == | == May 17, 2012 == | ||
: Exporing 'src/conv' folder (codes for converting to/from BRL-CAD .g format and other TGM formats) | : Exporing 'src/conv' folder (codes for converting to/from BRL-CAD .g format and other TGM formats) | ||
Line 36: | Line 42: | ||
== ToDo == | == ToDo == | ||
+ | :* Writing useful patches | ||
+ | :* Setting up Milestones and order for tools available in below folders | ||
+ | ::src/anim | ||
+ | ::src/burst | ||
+ | ::src/canon | ||
+ | ::src/conv | ||
+ | ::src/fb | ||
+ | ::src/gtools | ||
+ | ::src/halftone | ||
+ | ::src/irprep | ||
+ | ::src/lgt | ||
+ | ::src/nirt | ||
+ | ::src/proc-db | ||
+ | ::src/remrt | ||
+ | ::src/rt | ||
+ | ::src/shapes | ||
+ | ::src/sig | ||
+ | ::src/tab | ||
+ | ::src/util | ||
+ | ---------------------------------- | ||
:* Explore the source code for different tools available | :* Explore the source code for different tools available | ||
:* Exploring Makefiles and dependency | :* Exploring Makefiles and dependency | ||
− | |||
− |
Latest revision as of 13:44, 28 May 2012
Contents
May 29, 2012[edit]
Exploring src/shapes for commit access
May 28, 2012[edit]
Looking for tools in BRL-CAD source code to set-up milestones.
May 17, 2012[edit]
- Exporing 'src/conv' folder (codes for converting to/from BRL-CAD .g format and other TGM formats)
May 16, 2012[edit]
- Exploring makefiles and dependencies for src/libbu
- Checked the differences made in image.c (new version libicv/fileformat.c)
May 14,2012[edit]
- Being familiar with svn and sourcefourge (brlcad repository)
May 11,2012[edit]
- Learning to use software
May 9, 2012[edit]
- Compilation of BRL-CAD (Ubuntu 12.04 and brlcad-7.20.6)
- ./autogen.sh
- ./configure
- make
- sudo make install
- cc1: all warnings being treated as errors
- make[2]: *** [nmg_tri.lo] Error 1
- make[2]: Leaving directory `/home/virus/BRL-CAD/brlcad-7.20.6/src/librt'
- make[1]: *** [install-recursive] Error 1
- make[1]: Leaving directory `/home/virus/BRL-CAD/brlcad-7.20.6/src'
- make: *** [install-recursive] Error 1
- checked /usr/brlcad/
- bin
- include
- lib
- share
- Compilation of BRL-CAD (Ubuntu 12.04 and brlcad-7.20.6)
ToDo[edit]
- Writing useful patches
- Setting up Milestones and order for tools available in below folders
- src/anim
- src/burst
- src/canon
- src/conv
- src/fb
- src/gtools
- src/halftone
- src/irprep
- src/lgt
- src/nirt
- src/proc-db
- src/remrt
- src/rt
- src/shapes
- src/sig
- src/tab
- src/util
- Explore the source code for different tools available
- Exploring Makefiles and dependency